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

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

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

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

@endsection