@if ($errors->has('slug'))
{{ $errors->first('slug') }}
@endif
@if ($errors->has('front_domain'))
{{ $errors->first('front_domain') }}
@endif
@if ($errors->has('mailgun_domain'))
{{ $errors->first('mailgun_domain') }}
@endif
@if(Auth::user()->hasRole('admin'))
is_extranet ?? '') ? 'checked' : '' }}>
@endif