@props(['service' => new \App\Models\Service()])

Review Service

@foreach ($application->services->attachments->where('type', 'image') as $image)
{{ $image->type . $image->index }}
@endforeach