@extends('layouts.admin') @section('title', 'Edit Category') @section('content')

Edit Category

@csrf @method('PUT')
@if($category->image) Image @endif
@if($category->image_half) Image Half Width @endif
@if($category->image_full) Image Full Width @endif
menu_hide_subcategories ? 'checked' : '' }}>
Cancel
@endsection