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

{{ __('Product Disposal') }}

@endsection @section('content')
@csrf
@include('admin.inventory.product_disposal._form')
@endsection @section('scripts') @endsection