@extends('layouts.admin') @section('title', 'Create Blog') @section('content')

Create Blog

@if ($errors->any())
@endif
@csrf
@error('content')
{{ $message }}
@enderror
Cancel
@endsection