@extends('layouts.app') @section('styles') @endsection @section('content') @canany(['customer-create', 'customer-edit'])

Add Customer

@csrf
{{--
--}} {{--
--}} {{--
--}}
@can('customer-create') Save @endcan @can('customer-edit') @endcan
@endcanany @can('customer-list')

View Roles

{{-- --}}
#customer IDName Mobile Email Actions
@endcan {{-- ####################delete Model############################# --}} {{-- #########################View Modal################################### --}} {{-- #########################End Of View Modal############################ --}} @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- ########################################################################## --}} @endsection