Iyyannoo

@if(session('success'))
{{ session('success') }}
@endif @if($applications->isEmpty())
Iyyannoo tokko illee hin jiru.
@else
@foreach($applications as $index => $app) @php $model = $app->model; @endphp @if($model) @endif @endforeach
# Lakkoofsa Iyyannoo Tajaajila Ibsa Haala Guyyaa Galmee Gocha
{{ $index + 1 }} {{ $model->application_number ?? '-' }} {{ $model->service_name ?? '-' }} {{ \Illuminate\Support\Str::limit($model->description ?? '-', 50) }} {{ ucfirst($app->status) }} {{ optional($model->created_at)->format('Y-m-d H:i') }} 👁️
@endif