@extends('layouts.app') @section('content') Add list
@csrf @if ($errors->has('title')) {{ $errors->first('title') }} @endif
@endsection