@extends('admin.layouts.form') @section('section', translate('Blog')) @section('title', translate('Edit Blog Category')) @section('back', route('admin.blog.categories.index')) @section('container', 'container-max-lg') @section('content')
{{ translate('View') }}
@csrf @method('PUT')
@push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection