@extends('adminlte::page') @section('css') @endsection @section('title', 'Blog Create') @section('content_header') @stop @section('content')
{{ Session::get('error') }}
@endif{{ Session::get('message') }}
@endif @livewire('dashboard.blog.blog-form', ['blog' => $blog])