@include('admin.layouts.master')

Join Us

Create Join Us
Join Us
{{--

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 ($joinus as $about) @endforeach
S.No Title Status Created At Actions
{{ $loop->iteration }} {{ $about->title }} {{ $about->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($about->created_at)->format('d-m-Y h:i A') }}
Edit @csrf @method('DELETE')