@extends('warehouse.app') @section('title', __('warehouse.edit_category')) @section('content') @include('components.errors')
@lang('warehouse.edit_category')
@csrf @method('PUT') {{-- row 1 --}}
@lang('employeeAffairs.back')
@endsection