@extends('layouts.admin') @section('title', 'Services') @section('page_title', 'Manage Services') @section('content')

Services List

Add New Service
@forelse($services as $service) @empty @endforelse
Image Title Category Slug Actions
{{ $service->title }} {{ $service->category->name }} {{ $service->slug }}
@csrf @method('DELETE')
No services found.
@endsection