@extends('dash.layouts.app')
@section('title')
Clients
@endsection
@section('css')
@endsection
@section('content')
# |
Logo |
Title/Name |
Action |
@foreach($happy_clients as $key => $client)
{{$key+1}} |
}}) |
{{$client->title}} |
|
@endforeach
@endsection
@section('js')
@endsection