@extends('layouts.dashboard')
@push('styles')
@endpush
@section('page-title', 'Novo Blog')
@section('page-subtitle', 'Preencha os dados para criar um novo blog')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach