@extends('essential.main', [
'breadcum' => 'Customer',
'route' => 'customer',
])
@push('add')
@endpush
@push('datepicker')
@endpush
@push('filters')
@endpush
@push('download')
@endpush
@section('content')
@include('essential.buttonpage')
@endsection
@push('scripts')
@endpush
@section('extras')
@include('customer.import')
@include('essential.delete')
@endsection