@extends("admin/layouts.master") @section('title','Create a Blog post | ') @section("body")
Add new blog post

{{csrf_field()}}
(Please Enter Description)

(Choose Image for blog post)
(Choose status for your post)
@endsection