Manage Latest Notifications
@if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
Latest Notifications Lists
Add
| # |
Sorting Order |
Company Name |
Logo |
Notification |
Status |
Action |
@php $i=1;@endphp
@foreach($allNotification as $notification)
| {{$i++}} |
{{$notification->sorting}} |
{{$notification->company_name}} |
}}) |
{{$notification->title}} |
@if($notification->status == 1) Active @else In-Active@endif |
|
@endforeach
@endsection