@extends('layouts.app') @section('content')
{{ $errors->first('name') }}
{{ $errors->first('description') }}
{{ $errors->first('is_private') }}