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