@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@if(hasAccessOf('invoices')['is_write']) @lang('modules.payments.addPayment') @endif
@endsection @push('head-script') @endpush @section('content') @section('filter-section')
@lang('app.selectDateRange')
@lang('app.to')
@lang('app.status')
{{----}}
@lang('app.project')
@lang('app.client')
@endsection
@csrf
@lang('modules.payments.import') @lang('app.change') @lang('app.remove') @lang('app.submit')
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush