@extends('layout.admin') @section('content') Photo Edit Category All Photo Edit Category Edit Photo Category @csrf @method('PUT') Name @error('name')@enderror Slug @error('slug')@enderror Description @error('description')@enderror {{ $category->description }} Status @foreach (config('helper.status') as $status) status == $status['id'])> {{ $status['name'] }} @endforeach @error('status')@enderror @endsection @section('js') {{-- Add CKEditor --}} {{-- Activate CKEditor --}} @endsection