@extends('warehouse.app') @section('title', __('warehouse.show_item')) @section('content') @include('components.errors')
@lang('warehouse.show_item')
{{-- row 1 --}}
@lang('employeeAffairs.back')
@include('components.delete_modal', [ 'warning_message' => __('student.warning_message'), 'destroy_route' => route('items.destroy', $item->id), ]) @endsection