@extends('layouts.master') @section('title', 'Add New Blog Post') @section('content')

Add New Blog Post

@if(count($errors) > 0) @endif
@csrf
Looks good!
Please enter post title.
Looks good!
Please upload post image.

Looks good!
Please enter post author.
Looks good!
Please select any category from the list.

Looks good!
Please enter quote.

Looks good!
Please enter tags from the list.

@endsection @section('scripts') {{-- --}} @endsection @section('styles') {{-- --}} @endsection