@extends('layouts.master') @section('page_title','View Accounts Transaction') @section('title','View Accounts Transaction') @section('main_item','View Accounts Transaction') @section('sub_item','View Accounts Transaction') @section('content')

View Account Transaction

@csrf
Payment Account
Account Name {{ $payment_account->account_name }}
Branch @if(!empty($payment_account->branch_id)) {{ $payment_account->branch->branch_name }} @endif
Amount {{ $amount }}
Filters
Date ID Type Note Amount
@endsection @section('scripts') @endsection