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