@section('title', 'Services')

Services

Add New
@forelse ($services as $service) @empty @endforelse
# Service Title Categroy Date Status Action
{{ $loop->iteration + ($services->currentPage() - 1) * $services->perPage() }}

User Image {{ $service->name }}

{{ $service->category->name }} {{ $service->created_at->format('d M, Y') }} @if ($service->status == 1) Active @else Inactive @endif
View Edit
@csrf @method('DELETE')
No data found
@section('js') @endsection