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

{{ $pageTitle }}

@endsection @push('head-script') @endpush @section('content')
@if($user->can('add_payments')) @lang('modules.payments.addPayment') @endif @if($user->can('view_payments')) @lang('app.filterResults') @endif
@if($user->can('view_payments')) @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')