@extends('admin.layouts.app') @section('content')
@can('customer-create') @endcan
{{--
--}}
@include('admin.user.customer.table')
@endsection