@extends('layouts.app') @section('content')

Disbursements

@if(\Auth::user()->can('create disbursements') || true) @endif
@if(session('success')) @endif @if(session('error')) @endif
Date Order # Supplier Personnel Amount Balance Reason Status Actions
@endsection @section('customcss') @endsection @section('customjs') @endsection