@extends('layouts.app') @section('title', 'Customers') @push('style') @endpush F @section('content') @php $routePrefix = strtolower(auth()->user()->role->name); $canCreate = auth()->user()->hasPermissionName('customers.create'); @endphp

Customers

Manage your customer directory.
@if($canCreate) Add Customer @endif
@if(session('success')) @endif {{-- Search Filter --}}
{{-- Table --}}
All Customers
# Name Phone Email Address Invoices Action
@endsection @push('script') @endpush