@section('title', $type) @section('heading', $type) @section('top-menu-items') @endsection
@can('write_customers') @endcan
Selected
{{-- --}} @can('write_customers') @endcan @foreach ($customers as $customer) {{-- --}} @can('write_customers') @endcan @endforeach
First Name Last Name Email Phone OrganizationActions
{{ $customer->first_name }} {{ $customer->last_name }} {{ $customer->email }} {{ $customer->phone }} {{ $customer->partner?->organization_name ?? 'N/A' }} Actions
{{ $customers->links('livewire::bootstrap') }}
@push('styles') @endpush @push('scripts') @endpush