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

Testimonials

@forelse($why_chose_uses as $key => $why_chose_us) @empty @endforelse
# Title Short Description Action
{{$key+1}} {{$why_chose_us->title}} {{$why_chose_us->short_description}}
@csrf @method('delete')
@endsection @section('js') @endsection