@extends('dashboard.layouts.master') @section('title', 'Blogs') @section('content')

Add New Blog

@csrf @include('dashboard.blogs.common.form')
@endsection