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

Manage Services

Define and manage the services you offer

Add New Service
Services List
@forelse ($services as $service) @empty @endforelse
Icon Title Description Actions
{{ $service->title }} {{ Str::limit($service->description, 100) }}
@csrf @method('DELETE')

No services found. Click "Add New Service" to create one.

{{-- {{ $services->links() }} --}}
@endsection