@extends('admin.layout.app') @section('title', 'Create Blog Category') @section('content')
Create New Category
Back
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection