@extends('dash.layouts.app') @section('title') Services @endsection @section('css') @endsection @section('content') Testimonials Create # Title Short Description Action @forelse($why_chose_uses as $key => $why_chose_us) {{$key+1}} {{$why_chose_us->title}} {{$why_chose_us->short_description}} @csrf @method('delete') @empty @endforelse @endsection @section('js') @endsection