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

Clients

@foreach($clients as $key => $client) @endforeach
# Logo Title/Name Type Action
{{$key+1}} {{$client->company_name}} {{$client->type}}
# Image Designation Short Note Action
@endsection @section('js') @endsection