Services Services {{-- Test --}} {{-- Edit Form --}}
@foreach ($services as $service) @endforeach
Sr No Name Image Is parent Route name Action
{{ $loop->iteration }} {{ $service->name }} @if($service->is_parent) Yes @else No @endif {{ $service->route_name }}
{{-- Add --}}