@extends('backendPartials.default') @section('section')

Create Blog Category

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if ($blog->featured_image) Featured Image @endif
Cancel
@endsection @section('jsOutside') @endsection