@extends('layouts.app') @section('title', 'Bank Transaction Report Detail') @section('content')
Bank Name: {{ $bankAccount->bank_name }}
Account Number: {{ $bankAccount->account_number }}
@if($bankAccount->account_name)Account Name: {{ $bankAccount->account_name }}
@endifBranch: {{ $bankAccount->branch_name }}
@endif @if($bankAccount->account_type)Account Type: {{ $bankAccount->account_type }}
@endif