@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ getTitleInPage() }} - View


@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
{{ getTitleInPage() }} - View

{{ $transaction_type->name }}

{{ $lable_amount }} : {{ $order->amount }}
{{ $lable_date }} : {{ changeDateFormate($order->date) }}
Dr A/c Head : {{ $dr_account_head_name }}
Cr A/c Head : {{ $cr_account_head_name }}
Payment Mode : {{ getPaymentModeName($order->payment_mode) }}

@if(!empty($order) && $order->invoice_file !== null) @endif

@if($order->remark_maker != '' || $order->remark_maker != 0) @endif

Status*:

Maker Remark :

Remark*:

@if(!empty($previous)) Previous @endif @if(!empty($next)) @endif Cancel @if(!empty($next)) Next @endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection