@extends('Admin.master_layout.master') @section('title', getTitleInPage('orders/tr-inventory')) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ getTitleInPage('orders/tr-inventory') }}

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

{{ $error }}

@endforeach @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
@if(count($OrderItems) > 0) @else @endif
{{ $transaction_type_name }} - Edit
GST: @if(!empty($mer_data)) {{ $mer_data->gst }} @endif State: City:
@if(count($accountAssignmentDop) == 1) @else
{{ getDOPMerchantName($order->reason_list_id) }}
@endif
@if($order->invoice_file != '') View Document @endif
Devices
@if(count($OrderItems) > 0 && Input::old('item_list_id') == null) @php $i = 1; @endphp @foreach($OrderItems as $key => $item) @php $i++; @endphp @endforeach @else @endif
S No. Item Group Item UoM Device Serial Number Device Id License
{{ $i }}
1
@if($order->remark != null)

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

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