@extends('layouts.structure') @section('content')
Inward List
@if (session('success')) @endif Create New Inward
@forelse ($inwards as $index => $inward) @empty @endforelse
# Inward Code Plant Client Manufacturer Inward Date GRN No. Actions
{{ $index + 1 }} {{ $inward->inward_code }} {{ $inward->plant->name ?? 'N/A' }} {{ $inward->client->client_name ?? 'N/A' }} {{ $inward->manufacturer->manufacturer_name ?? 'N/A' }} {{ $inward->inward_date }} {{ $inward->grn_no }} View Edit
No inwards found.
@endsection