@extends('core::layouts.app') @section('content')
{{ csrf_field() }}
{{ $errors->first('title') }}
@stop