@extends('user.header') @section('userContent')
@include('extensions.alerts')

{{ isset($category) ? 'Edit' : 'Add' }} Category

@csrf @if (isset($category)) @method('PATCH') @endif
Category Info

Description [300 WORDS]
{{-- --}}

@endsection