@extends('layouts.app') @section('title') {{ __('Billings') }} @endsection @section('breadcrumb')

{{ __('Billings') }}

@endsection @section('content')
{{-- @can('create_payment_method') {{ __('Create') }} @endcan --}}
# {{ __('Billing No.') }} {{ __('Requisitions') }} {{ __('Billing Month') }} {{ __('Due') }} {{ __('Total Due') }} {{ __('Finalized') }} {{ __('Date Created') }} {{ __('Signed') }} {{ __('Signed By') }} {{ __('Date Signed') }} {{ __('Action') }}
@endsection @section('scripts') @endsection