@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')
{{$paymentAccount->account_name}}
Note
@if (!empty($paymentAccount->description)){{$paymentAccount->description}}
@elseNot Available
@endif