International Law Page
@include('sweetalert::alert')
| Sno | Heading | Uploaded By | Status | Action | |
|---|---|---|---|---|---|
| {{ $i }} | {{ $result->perspective_heading }} | {{--{{ $result->sub_heading }} | --}} @php if (!empty($result->updated_by)) { $user = App\Models\User::find( $result->updated_by, ); } else { $user = App\Models\User::find( $result->created_by, ); } @endphp{{ $user->name }} | extra_1 ? 'checked' : '' }}> | @php $i++; @endphp |