@extends('layout.default') @section('styles')
@endsection @section('content')
Colors {{--
Datatable initialized from HTML table
--}}
New Color
@foreach($colors as $color) @endforeach
Name
Hexadecimal
Color
Actions
{{ $color->name }}
{{ $color->hexadecimal }}
@endsection @section('scripts') @endsection