@include('admin.layouts.master')

Join Us Applications

{{--
Create Join Us
--}}
Join Us Applications
{{--

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 ($joinusApplied as $joinusApp) @endforeach
S.No Name Mobile Email Position Name Status Created At Actions
{{ $loop->iteration }} {{ $joinusApp->name }} {{ $joinusApp->mobile }} {{ $joinusApp->email }} {{ $joinusApp->positions->title ?? '' }} {{ $joinusApp->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($joinusApp->created_at)->format('d-m-Y h:i A') }}
{{-- Edit --}} @csrf @method('DELETE')