@extends('dash.layouts.app') @section('title') Clients @endsection @section('css') @endsection @section('content') Clients Create # Logo Title/Name Type Action @foreach($clients as $key => $client) {{$key+1}} {{$client->company_name}} {{$client->type}} Edit @endforeach # Image Designation Short Note Action @endsection @section('js') @endsection