@extends('back.layouts.app', ['title' => $title]) @section('content')
@include('back.common_views.quicklinks')

Add Blog Category

@include('flash::message') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@include('back.blog_categories.form')
@endsection