@extends('layouts.app') @section('title', 'Outward Type 1') @section('content')

Outward Type 1 Edit-{{ $item1->outward_number }}

@include('common.alerts')
@csrf @php $readonly = $item1->status == 1; @endphp

{{--

--}}

@if (count($item2) > 0) @php $row = count($item2) > 0 ? count($item2) : 2; @endphp @for ($i = 0; $i < $row; $i++) @endfor @endif
AOD No Items Customer Quantity Amount Action
{{-- --}}
@php $selectedItems = explode( ',', $item1->inward_items ?? '', ); @endphp @foreach ($otherpayments as $payment) @if ($payment->id >= 5 && $payment->id <= 9)
id, $selectedItems) ? 'checked' : '' }}>
@endif @endforeach
@endsection @section('scripts')