@extends('admin.layouts.form') @section('section', translate('Main Categories')) @section('title', $category->name) @section('back', route('admin.categories.index')) @section('container', 'container-max-lg') @section('content')
{{ translate('View') }}
@csrf @method('PUT')
{{ translate('Category') }}
{{ translate('Files') }}
{{ translate('SEO (Optional)') }}
@endsection