@extends('../layout/' . $layout) @section('subhead') Notifications @endsection @section('subcontent')

Notifications

Add Notification
@if ($totalRecords > 0)
@php $no = 0; @endphp @foreach ($notifications as $notification) @endforeach
# TITLE DESCRIPTION ACTIONS
{{ ($page - 1) * 15 + ++$no }} {{ $notification['title'] }} {!! $notification['description'] !!}
@if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@else
noData

No Data Available

@endif @endsection @section('script') @endsection