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

Update Blog Post

@if(count($errors) > 0) @endif
@csrf

Current Image


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.

@foreach($paragraphs as $paragraph)
@endforeach
@endsection @section('scripts') {{-- --}} @endsection @section('styles') {{-- --}} @endsection