@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
| Sl. |
Names |
Email |
Phone |
Status |
Actions |
@php $sl = 1; @endphp
@foreach($users as $u)
| {{ $sl++ }} |
{{ $u->full_name }} |
{{ $u->email }} |
{{ $u->phone ?? '-' }} |
{{ ucfirst($u->status) }} |
|
@endforeach