@include('admin.header')

Catalog

MANAGE - COLORS

@if (isset($colors) && count($colors) > 0) @foreach ($colors as $color) @endforeach @endif
Date & Time Name Code Action
{{ $color->created_at }} {{ $color->name }} {{ $color->code }}
@include('admin.footer')