@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 }} - Edit @if(Auth::user()->admin_role_id == 8) ( {{ Auth::user()->name }} ) @endif


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

{{ $error }}

@endforeach @if($transaction_type !== null)
@else @endif
{{ $transaction_type_name }} - Edit
@if(Auth::user()->admin_role_id == 1)
@else @if(count(checkSupplierMerchant()) > 1)
@else
@endif @endif
Date with Formate of (YYYY-MM-DD HH:mm)
@if($order->invoice_file != '') View Document @endif
Items
@if(count($OrderItems)> 0 && Input::old('item_list_id') == null) @foreach($OrderItems as $key => $item) @endforeach @endif @if(Input::old('item_list_id') !== null) @foreach(Input::old('item_list_id') as $key => $val) @endforeach @endif
Item Group Item UoM Qty Rate SGST(%) CGST(%) IGST(%) TDS(%) Amount
{{ getMerchantSymbol($order->merchant_id) }}
@if(count($paymentModes) == 1) @else @endif
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection