@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/create/'.$type) @forelse ($notifications as $notification) @empty @endforelse
Picture Title Date Status Actions
{{ $notification->title }} {{ $notification->created_at }} @if( $notification->enabled == 1 )
Active
@else
Inactive
@endif
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
@endsection @section('page-script') @endsection