@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('payment/Ctfr-MM/save') }}" method="post" @endif class="form-horizontal" id="order" enctype="multipart/form-data" >
@if(count($accountAssignmentDop) == 1) @else
{{ getDOPMerchantName($order->reason_list_id) }}
@endif
status_slug == 'draft') required @endif />@if($order->invoice_file != '') View Document@endif
{{ getErrorMessage('msg_file_size') }}
@if($order->remark != null)

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

@endif
@if(checkMMReceive($order->mm_transfer_id) == 0) @if($order->status_slug != 'checked') @endif @endif @if(Auth::user()->admin_role_id == 1) Cancel @else Cancel @endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection