@extends('dashboard.admin.layouts.master') @section('content')

{{ $title }}

{{ $title }}

@forelse ($services as $key => $service) @empty @endforelse
# Service category Icon Name Image Title Status Action
{{ $key + 1 }} {{ $service->serviceCategory->name }} {{ $service->name }} {{ $service->title }} @if ($service->status == 1) Active @else Inactive @endif
@endsection