@extends('layouts.admin') @section('title', 'New Category') @section('content')
@csrf

New Category

@foreach($languages as $index => $lang)

SEO Meta
@endforeach
@endsection @section('footer') {!! JsValidator::formRequest('App\Http\Requests\StoreBlogCategoryRequest', '#form-category'); !!} @endsection