@extends('layouts.app') @section('title', 'Create Blog') @section('content')

Create Blog

@include('blogs.form')
@endsection