@extends('layout.admin') @section('content') Sub Category Edit All Category Edit Sub Category Edit Sub Category @csrf @method('PUT') Name @error('name')@enderror Category --Select Category-- @foreach($categories as $category) category_id == $category->id)> {{$category->name}} @endforeach @error('category_id')@enderror Category Slug @error('alias')@enderror Priority @error('sorting')@enderror Meta Title @error('meta_title')@enderror Meta Keywords @error('meta_keywords')@enderror Meta Description @error('meta_description')@enderror {{ $subCategory->meta_description }} Category Description @error('description')@enderror {{ $subCategory->description }} Photo Dimension: 1280x720px, Max 300KB @error('photo')@enderror Preview Image : Status @foreach (config('helper.status') as $status) status == $status['id'])> {{ $status['name'] }} @endforeach @error('status')@enderror @endsection @section('js') {{-- Add CKEditor --}} {{-- Activate CKEditor --}} @endsection
Dimension: 1280x720px, Max 300KB