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

{{ __($pageTitle) }}

@if($user->cans('add_payments')) @lang('modules.payments.addPayment') @endif
@endsection @push('head-script') @endpush @section('content')
@if($user->cans('view_payments')) @section('filter-section')
@lang('app.selectDateRange')
 
@lang('app.status')
{{----}}
@if(in_array('projects', $modules))
@lang('app.project')
@endif
@endsection @endif
@if(in_array('projects', $modules)) @endif
@lang('app.id')@lang('app.project')@lang('modules.invoices.amount') @lang('modules.payments.paidOn') @lang('app.status') @lang('app.action')
@endsection @push('footer-script')