@extends('layouts.app') @section('content') @php use App\Helpers\RouteHelper; @endphp @include(RouteHelper::getSidebarView())

Customers

@can('add-customers') Add @endcan {{-- --}}
{{ $dataTable->table() }}
{{-- @foreach ($customers as $key => $customer) @endforeach --}}
@endsection @section('script') {{ $dataTable->scripts() }} @endsection