@extends('layouts.app') @section('title') Order Of Payments @endsection @section('css') @endsection @section('breadcrumb')

{{__('Order Of Payments')}}

@endsection @section('content')
@can('create_order_of_payment') {{__('Create')}} @endcan
@csrf
{{__('Import')}}
# Order of Payment No. Program Project Service Summary No. Signed Signed Dates Signed By Due {{ __('Action') }}
@endsection @section('scripts') @endsection