@extends('layouts.app') @section('title', __('app.customers')) @section('content')
{{ __('app.customers') }} @can('customers.create') {{ __('app.create') }} @endcan
# {{ __('app.name') }} {{ __('app.national_id') }} {{ __('app.phone') }} {{ __('app.city') }} {{ __('app.created_at') }} {{ __('app.actions') }}
@endsection @push('scripts') @endpush