@section('title', 'Color List')

All Colors

{{-- Start Show All Colors --}}
{{-- Card --}}

Colors

@php $i=0; @endphp @foreach ($colors as $color) @endforeach
# Name
Options
{{ ++$i }} {{ $color->name }}
{{-- End Show All Colors --}} {{-- Start Add Color --}}
{{-- Card --}}

Add New Color

{{-- Start Name Input --}}
@error('name') {{ $message }} @enderror
{{-- End Name Input --}} {{-- Start Name Input --}}
@error('color_code') {{ $message }} @enderror
{{-- End Name Input --}}
{{-- End Add Color --}}