@extends('core::layouts.app') @section('content')
{{ csrf_field() }}
{{ $errors->first('title') }}
{{ $errors->first('path') }}
Дополнительно
@stop