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