@extends('layouts.app') @section('content')
| {{ $label }} | @endforeachActions | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $customer->id }} | {{ $customer->full_name }} | {{ $customer->email }} | {{ $customer->phone }} | {{ $customer->company }} | {{ $customer->city }} | {{ $customer->state }} | {{ $customer->designation }} | {{ $customer->primary_tag }} | {{ $customer->source }} | {{ $customer->created_at?->format('Y-m-d') }} | View @can('update', $customer)Edit@endcan @can('delete', $customer) @endcan | ||||||||
| No customers found | |||||||||||||||||||