@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
{{ $transaction_type_name }} - Add
GST: @if(!empty($mer_data)) {{ $mer_data->gst }} @endif State: City:
@if(count($accountAssignmentDop) == 1) @foreach($accountAssignmentDop as $key => $val) @endforeach @else
@endif
Devices
S No. Item Group Item UoM Device Serial Number Device Id License
1
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection