@extends('layouts.app') @section('title') {{__('Product Disposal')}} @endsection @section('css') @endsection @section('breadcrumb')

{{ __('Product Disposal') }}

@endsection @section('content')

{{__('Edit Product Disposal')}}

status == 'For Approval') style="pointer-events:none" @endif> @method('put')
@csrf @include('admin.inventory.product_disposal._form')
@if($pd->status == 'Pending' || $pd->status == 'Approved') @endif
@include('admin.inventory.purchases.rejection')
@endsection @section('scripts') @endsection