@extends('layouts.admin') @section('page_title', 'Add New Color') @section('content')
Back to list
@csrf
@error('name')

{{ $message }}

@enderror

Pick a color or type the hex code manually. Used for visual swatches on the storefront.

@error('hex_code')

{{ $message }}

@enderror
@error('sort_order')

{{ $message }}

@enderror
Cancel
@endsection @section('scripts') @endsection