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

Edit Outward - {{ $outward->outward_no }}

@include('common.alerts')
@csrf
@forelse($outward->t2Items as $index => $item) @empty @endforelse
Center Items Quantity Amount Action
@php // FIX: Change $item1 to $outward $selectedItems = explode(',', $outward->inward_items ?? ''); @endphp @foreach($otherpayments as $payment) @if($payment->id >= 5 && $payment->id <= 9)
id, $selectedItems) ? 'checked' : '' }}>
@endif @endforeach
Cancel
@endsection @push('scripts') @endpush