| # | 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 |