Iyyannoo Seeraan Dhiyaatan

@if (session('success'))
{{ session('success') }}
@endif @if ($applications->isEmpty())
Iyyannoo tokko illee hin jiru.
@else
@foreach ($applications as $app) @endforeach
# Maqaa Maamilaa Lakkoofsa Iyyannoo Tajaajila Ibsa Haala Gocha
{{ $loop->iteration }} {{ $app->user->name ?? 'Unknown' }} {{ $app->application_number }} {{ $app->service->getLocalized('name') }}
{!! \Illuminate\Support\Str::words(strip_tags($app->description), 10, '...') !!} {!! $app->description !!}
Read More
{{ ucfirst($app->status) }} @if($app->payment_status === 'paid') Paid @endif
@auth @if(auth()->user()->role_id === 3 && auth()->user()->department_id === 1 || auth()->user()->profession_id === 6) @if($app->status === 'accepted') @endif @if(auth()->user()->role_id === 3 && (auth()->user()->department_id === 1) ) @endif @endif @endauth
{{ $applications->withQueryString()->links('pagination::bootstrap-5') }}
@endif