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

@lang($pageTitle)

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