@php $services = App\Models\Department::all(); @endphp
Solution Approach

Expert advice and strategic guidance for business success.

@foreach ($services as $key => $data)
{{ $data->title }}

{{ $data->short_details }}

{{ $key+1 }}
@endforeach