@extends('layouts.list-layout') @section('list-title')
{{ __('Customers') }}
@endsection @section('list-form-content') @php $from = $to = ''; @endphp
@if(Helpers::has_permission(Auth::user()->id, 'add_customer'))
 {{ __('Import Customer') }}  {{ __('New Customer') }}
@endif
@endsection @section('list-js') @endsection