UPLOAD SUPPORTING DOCUMENTS
@if(Auth::user()-> role == 1)
@extends('front.master') @section('title','Form Insert') @section('content')
| # | 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 |