@extends('adminlte::page') @section('css') @endsection @section('title', 'Blog Create') @section('content_header') @stop @section('content')
Crate title prefix
@csrf
Title
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
Save
@stop @section('js') @stop