@include('includes.header')

Add blog

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif


{{--

(Max Words 1000)

--}} @if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('post_image')) {{ $errors->first('post_image') }} @endif

Cancel
@include('includes.footer')