@extends("restaurants.layouts.restaurants_layout") @section("restaurant_content")

{{$selected_language->data['store_panel_inventory_category_edit'] ?? 'Edit Category'}}

@if(session()->has("MSG")) @endif @if($errors->any()) @include('admin.admin_layout.form_error') @endif
{{csrf_field()}} @method('PATCH')
{{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Edit Category

--}} {{-- @if(session()->has("MSG"))--}} {{--
--}} {{-- {{session()->get("MSG")}}--}} {{--
--}} {{-- @endif--}} {{-- @if($errors->any()) @include('admin.admin_layout.form_error') @endif--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} @endsection