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

Happy Clients

@foreach($happy_clients as $key => $client) @endforeach
# Logo Title/Name Action
{{$key+1}} {{$client->title}}
@csrf @method('delete')
@endsection @section('js') @endsection