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

{{ __('Billing Payments') }}

@endsection @section('content') @isset($_GET['billing_id']) @endisset
{{-- @can('create_payment_method') {{ __('Create') }} @endcan --}}
# {{ __('Billing No.') }} {{ __('Amount') }} {{ __('Payment Method') }} {{ __('Payment Date') }} {{ __('Date Created') }} {{ __('Action') }}
@endsection @section('scripts') @endsection