@extends('admin.layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Blog

@endsection @section('breadcrumb-items') @endsection @section('content')
Add Blog
@csrf
@if($errors->any()) @endif @if(Session::has('message')) @endif

@endsection @section('script') @endsection