@if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
| No |
User Type |
Slug |
Icon |
Status |
Action |
@foreach($event_users as $event_user)
|
{{$i++}}
|
{{ $event_user->name }} |
{{ $event_user->slug }} |
{{ $event_user->icon }} |
@if($event_user->status ==1)Active@else In-Active @endif |
|
@endforeach
@endsection