{{ __('Export')}} {{ Auth::user()->hasRole('support-manager') ? '/ Clear' : '' }} {{ __('Invoice')}}
{{ __('Total:')}} {{ $invoiceCount }} {{ __('Invoices')}}
- {{ __('Click Export to Download Invoice Data')}}
@if(Auth::user()->hasRole('support-manager'))
- {{ __('Click Clear to Delete All Invoice Data')}}
@endif
@if(Auth::user()->hasRole('support-manager'))
{{ __('Clear')}}
@endif