@extends('layouts.admin') @section('content')

{{ $category->exists ? 'Edit category' : 'Create category' }}

@if($category->exists)
@csrf @method('DELETE')
@endif
@csrf @if($category->exists) @method('PUT') @endif
Auto generates, but can be modified.
is_featured))>
Only featured categories can appear in the homepage category section. Up to 6 are shown.
exists ? $category->is_active : true))>
Back
@endsection