@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 : {{ getPaymentModeMerchantName($order->payment_mode) }}

@if(!empty($order) && $order->invoice_file !== null) @php $fileType = explode('/',$order->mime_type); $file_type = 'file'; if(isset($fileType[0]) && $fileType[0] == 'image'){ $file_type = 'img'; } @endphp @if($file_type == 'img') @else @endif @endif

status_slug != 'checked') action="{{ url('cash-book/store') }}" method="post" @endif class="form-horizontal" enctype="multipart/form-data"> @if($order->remark_maker != '' || $order->remark_maker != 0) @endif

Status*:

Clarification :

Remarks*:

@if(!empty($previous)) Previous @endif @if($order->status_slug != 'approved') @if(!empty($next)) @endif @endif Cancel @if(!empty($next)) Next @endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection