@extends('dash.layouts.app') @section('title') Services @endsection @section('css') @endsection @section('content') Testimonials Create Testimonial # Logo Service Client Short Description Action @forelse($testimonials as $key => $testimonial) {{$key+1}} {{$testimonial->service ? $testimonial->service->title : ''}} {{$testimonial->name}} {{$testimonial->short_description}} @csrf @method('delete') @empty @endforelse @endsection @section('js') @endsection