@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Category Edit')) @section('header-title')

{{ __('Update Category') }}

@endsection @section('content')
{{--
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ __('Edit Category') }}
@csrf @method('PUT')
Current image
is_featured) checked @endif>
--}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
{{ __('Selected Color:') }}
Preview
{{ __('Click or Drop image here') }}
is_featured ? 'checked' : '' }} class="form-check-input shadow-sm" type="checkbox">
@endsection @push('styles') @endpush @push('scripts') @endpush