name) }}" class="form-control {{ $errors->has('name') ? ' is-invalid' : '' }}" required autofocus> @if ($errors->has('name')) {{ $errors->first('name') }} @endif
slug) }}" class="form-control {{ $errors->has('slug') ? ' is-invalid' : '' }}" required> @if ($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif