@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 Information

{{$paymentAccount->account_name}}

{{--
--}}

Note

@if (!empty($paymentAccount->description))

{{$paymentAccount->description}}

@else

Not Available

@endif
@endsection