@extends('layouts.master') @section('page_title', 'View Details') @section('title', 'Account Details') @section('main_item', 'Payment Account') @section('sub_item', 'View Account Details') @section('content')
| Account Name | {{ $paymentAccount->account_name }} |
|---|---|
| Account Type | {{ $paymentAccount->account_type }} |
| Account No | {{ $paymentAccount->account_number }} |
| Balance | {{ number_format($balance, 2) }} |
| Note | {{ $paymentAccount->description }} |