{{__('messages.account.account_details')}}

{{$account->name}}

{{ ($account->type == 1) ? 'Debit' : 'Credit' }}

{{ ($account->status == 1) ? 'Active' : 'Deactive' }}

{{ ($account->description != '')? nl2br(e($account->description)):'N/A' }}

{{ __('messages.payment.payments') }}

@include('layouts.search-component') @foreach($payments as $payment) @endforeach