@include('admin.layouts.master')

Members

Add Member
Members
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} @foreach ($members as $member) @endforeach
S.No Name Profile Image Designation Status Created At Actions
{{ $loop->iteration }} {{ $member->name }} {{ $member->designation }} {{ $member->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($member->created_at)->format('d-m-Y h:i A') }}
Edit @csrf @method('DELETE')