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

{{ $transaction_type_name }}


@foreach ($errors->all() as $error)

{{ $error }}

@endforeach @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
{{ $transaction_type_name }} - Edit
status_slug != 'checked') action="{{ url('receipt/Ctfr-MM') }}/save" @endif method="post" class="form-horizontal" id="order" enctype="multipart/form-data" >
@if(count($accountAssignmentDop) == 1) @else
{{ getDOPMerchantName($order->reason_list_id) }}
@endif
@if($order->invoice_file != '') View Document@endif
@if($order->remark != null)

{{ getMerchantTransactionStatusNamebySlug($order->status_slug,$order->ho_id) }}

@endif
@if($order->status_slug == 'pending') @if($order->status_slug != 'checked') @endif @endif Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection