@include('themes.starter.partials.flash-message') @if (isset($category))

{{ $category->name }}

{!! $category->description !!}
@endif
@csrf
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@push ('scripts') @endpush