@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')
Edit Recipe Category
@csrf
Thumbnail
Set the recipe category thumbnail image. Only *.png, *.jpg and *.jpeg image files are accepted
Status
status == 1) selected="selected" @endif>Published
status == 0) selected="selected" @endif>Inactive
Set the recipe category status.
Categories
@foreach($categories as $category)
id == $subcategory->id_categories) selected @endif @endif> {{$category->name}}
@endforeach
Change category.
General
Recipe Category
A recipe category is required and recommended to be unique.
Description
{{$subcategory->description}}
A recipe category description is required and recommended to be unique.
Update Recipe Category
@include('partials.footer')
@include('global.footer-links')