@extends('layouts/contentNavbarLayout') @section('title', 'Challenges') @section('content')
NOTIFICATIONS {{ strtoupper($type) }}
@if(!empty(Session::get('success'))) @endif @if(!empty(Session::get('error'))) @endif @include('content/notifications/edit/'.$type)
@endsection @section('page-script') @endsection