@extends('Admin.master_layout.master') @section('title', $transaction_type_name) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')
Daily Cash Expense : @if(Session::get('merchant_id') !== null) {{ dailyCashExpense(Session::get('merchant_id')) }} @else 0 @endif
Daily Cash Expense Limit : @if(Session::get('merchant_id') !== null) {{ dailyCashExpenseLimit(Session::get('merchant_id')) }} @else 0 @endif

{{ $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
@if($transaction_type !== null)
@else @endif
{{ $transaction_type_name }} - Edit
@if(Auth::user()->admin_role_id == 1)
@endif
@if(Auth::user()->admin_role_id != 8)
is_payer_type == 0) style="display: block;" @else style="display: none;" @endif id="old_payer">
is_payer_type == 1) style="display: block;" @else style="display: none;" @endif id="new_payer">
@endif
Items
@if(count($OrderItems) > 0) @php $i = 1; @endphp @foreach($OrderItems as $item) @php $i++; @endphp @endforeach @else @endif
Account Head Item Bill No Amount File
@if($item['invoice_file'] !== null) View File @endif
@if($currencyObj->symbol != null){{ $currencyObj->symbol }}@endif
@if(($order->status != 1 || $order->status != 10) && $order->remark != null)

{{$order->remark}}

{{ getTransactionStatusName($order->status) }}

@endif
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection