@extends('admin.layouts.app') @section('title', 'Edit Product') @section('content')

Edit Product

Update product details and settings

Back to Products
@csrf @method('PUT')
@error('name_en')

{{ $message }}

@enderror
@error('name_ar')

{{ $message }}

@enderror
@error('description_en')

{{ $message }}

@enderror
@error('description_ar')

{{ $message }}

@enderror
@error('category_id')

{{ $message }}

@enderror
@error('slug')

{{ $message }}

@enderror
is_featured) ? 'checked' : '' }} class="toggle-checkbox absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer transition duration-200 ease-in-out transform checked:translate-x-4 checked:bg-blue-600 border-gray-300 dark:border-gray-600 dark:bg-gray-700">
Featured Product
is_active) ? 'checked' : '' }} class="toggle-checkbox absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer transition duration-200 ease-in-out transform checked:translate-x-4 checked:bg-blue-600 border-gray-300 dark:border-gray-600 dark:bg-gray-700">
Active
@endsection @push('scripts') @endpush