@extends('backend.layouts.master') @section('title', __('static.customer.customers')) @section('content')
{{ __('static.customer.customers') }}
@can('backend.customer.create') @endcan @can('backend.customer.destroy') @endcan
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush