@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Customers')) @section('vendor-style') {{-- vendor css files --}}
@endsection @section('content')
@can('view customer')
{{ __('locale.labels.actions') }}
{{ __('locale.datatables.bulk_enable') }}
{{ __('locale.datatables.bulk_disable') }}
@endcan @can('create customer')
{{__('locale.buttons.add_new')}}
@endcan @can('view customer')
{{__('locale.buttons.export')}}
@endcan
{{ __('locale.labels.id') }}
{{__('locale.labels.name')}}
{{__('locale.labels.current_plan')}}
{{__('locale.labels.status')}}
{{__('locale.labels.actions')}}
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection