@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') WAREHOUSE: {{App\Model\shed::find($shed_id)->warehouse->name}} {{App\Model\shed::find($shed_id)->name}} SHED WAYBILL QUANTITY : {{$shed_waybill->quantity}} {{ csrf_field() }} {{method_field('PUT')}} Discrepant Quantity: @error('disc_bags') {{ $message }} @enderror Confirm Quantity: Save @endsection @section('more-scripts') @endsection