@extends('layouts.admin') @section('page-title', 'Edit Color') @section('content')

Edit Color

Update {{ $color->name }}

Color Details

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
#
@error('code')

{{ $message }}

@enderror

Preview

Cancel
@endsection