@extends('front.master') @section('title','Form Insert') @section('content')

UPLOAD SUPPORTING DOCUMENTS


@if(Auth::user()-> role == 1)
{!! csrf_field() !!}
{{$errors->first('invoice_date')}}
{{$errors->first('support_documents')}}


@endif
@foreach ($invoices as $invoice) @endforeach
# Invoice Date Uploaded File Added On Action
{{$n++}} {{$invoice->invoice_date}} {{$invoice->support_documents}} {{\Carbon\Carbon::parse($invoice->created_at)->format('d/m/Y')}} Edit Delete
@endsection