@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('orders') }}/{{ $transaction_type }}/save" method="post" @endif class="form-horizontal gullak" id="order" enctype="multipart/form-data" > @if(isset($redirectionUrl) && $redirectionUrl != null) @else @endif @if(Auth::user()->admin_role_id == 1)
@else @endif
@if(count(array($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($order->status_slug != 'checked') @endif @if(Auth::user()->admin_role_id == 1) Cancel @else Cancel @endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection