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

{{ $category->name }}

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