@extends('layouts.app') @section('content')

{{ __('customers.listing') }}

@can('Create:Customer') @if(app('current_company')->canCreateCustomer()) {{ __('customers.add') }} @else @endif @endcan
@if(request('sort')) @endif @if(request('direction')) @endif
@endsection @push('scripts') @endpush