Users Table
@if(\Session::has('success'))
@endif
@if(\Session::has('Delete'))
@endif
{{\Session::get('success')}}
{{\Session::get('Delete')}}
Id | Name | Phone no | Is Block | Action | |
---|---|---|---|---|---|
1 | {{$row->name}} | {{$row->phone}} | {{$row->is_block}} | Edit @if($row->is_block == 'Active') Block User @elseif($row->is_block == 'Block') Unblock User @endif Details Delete | |
No data found |