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

Blog

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif
Youtube videos are recommended.
SEO
@csrf
@endsection @section('css') @stop @section('js') @endsection