@extends('layouts.app') @section('content')

Inspection Send : create

Page for create Inspection Send

Your Divisi Code : {{ $userDivisi }}
@csrf
@foreach ($stockNotGoods->where('balance', '>', 0) as $stock) @endforeach
Material Fullname Material Code Material Name Material UoM Qty Not Good Qty Send
{{ $stock->material->formatted_material }} {{ $stock->material_code }} {{ $stock->material->name }} {{ $stock->material->uom_code }} {{ $stock->balance }} @error('qty.' . $stock->material_code)
{{ $message }}
@enderror
@error('qty')
{{ $message }}
@enderror
@error('divisi_code')
{{ $message }}
@enderror

Are you sure want to create this ?

Once you create, your Stock Not Good will decrease

@endsection