@include('includes.header')

Add blog

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

@foreach($blog_tag as $tags) @php //dd($tag->tag->name); @endphp @endforeach
@foreach($blog_tag as $tags)
{{$tags->tag->name}}
@endforeach

{{--

(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')