@extends('layouts.dashboard') @section('css') @endsection @section('content')

{{__('Outstanding Customers Invoices')}}

@csrf @method('PUT')

{{__('Outstanding Customers Invoices')}}

{{-- @if (false !== $found = array_search('date',$db_names))
@endif --}} @foreach(getExcelFieldsForModel('UploadExcel') as $dbField ) @if (false !== $found = array_search($dbField->field_name,$db_names))
@endif @endforeach
{{--

{{__('Invoice Information')}}

{{__('Invoice Value')}}

{{__('Notifications Section')}}

--}}
@endsection @section('js') @endsection