@extends('dash.layouts.app') @section('title') Services @endsection @section('css') @endsection @section('content')

Testimonials

@forelse($testimonials as $key => $testimonial) @empty @endforelse
# Logo Service Client Short Description Action
{{$key+1}} {{$testimonial->service ? $testimonial->service->title : ''}} {{$testimonial->name}} {{$testimonial->short_description}}
@csrf @method('delete')
@endsection @section('js') @endsection