@extends('front.master') @section('content')

All Payments that Requires Disbursement Fees

@if(Session::has('flash_message_success'))
{!! session('flash_message_success') !!}
@endif @if(Session::has('flash_message_danger'))
{!! session('flash_message_danger') !!}
@endif
{!! csrf_field() !!}
Items Amount Action

ALL INVOICES ({{$files->file_number}})

@foreach($invoice as $inv) @endforeach
S/N Items Amount Action
{{$n++}} {{$inv->items}} {{number_format((double)($inv->amount), 2)}} Edit Delete



@endsection