@extends('layouts.admin-layout') @section('title') Add Blog @endsection @section('content')

Add Blog

@csrf
@error('blog_image') {{ $message }} @enderror
Default Preview
Meta title for SEO (max 60 characters).
Meta description for SEO (max 160 characters).
@endsection @section('script') {{-- --}} @endsection