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

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

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

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

@endsection