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