@extends('tenants.layouts.master') @section('title') @lang('Customers List') @endsection @section('css') @endsection @section('content') @component('tenants.components.breadcrumb') @slot('li_1') Customers @endslot @slot('title') Customer List @endslot @endcomponent
Customers
@can('customers create') Add Customer @endcan
Customer Name Contact Person Phone Number Email Address Created Date Status Action
@endsection @section('script') @endsection