{{-- Success Message Component --}} @if (session('Status')) @endif {{-- Search Bar --}}
@if (Auth::user()->role_id == 12) @endif
{{-- Table Wrapper --}}
@forelse ($endorsements as $endorsement) @empty @endforelse
Title Client Status Actions
{{ $endorsement->title }} {{ $endorsement->client->name }} {{ $endorsement->status }} @if (Auth::user()->role_id != 12)
@csrf @method('PUT')
@endif @if (Auth::user()->role_id == 12) @endif @if (Auth::user()->role_id == 12)
@csrf @method('DELETE')
@endif

No Data Found

{{-- Pagination Links --}}
{{-- {{ $list_of_projects->links('vendor.pagination.custom') }} --}}
{{-- @endsection --}}