@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')}}


@error('disc_bags') {{ $message }} @enderror
@endsection @section('more-scripts') @endsection