@extends('adminlte::page') @section('css') @endsection @section('title', 'Blog Create') @section('content_header') @stop @section('content')

Crate title prefix

@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@stop @section('js') @stop