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

{{ __('Product Disposal') }}

@endsection @section('content')
{{--

{{ __('Product Disposals') }}

--}} @can('create_product_disposal') {{ __('Create') }} @endcan



{{--
--}} {{--
--}}
{{ __('#') }} {{ __('Request date') }} {{ __('Laboratory') }} {{ __('Product(s)') }} {{ __('Signed') }} {{ __('Signed By') }} {{ __('Signed date') }} {{ __('Status') }} {{ __('Created At') }} {{ __('Action') }}
@endsection @section('scripts') @endsection