@extends('layout.default') @section('styles') @endsection @section('content')

Colors {{--
Datatable initialized from HTML table
--}}

@foreach($colors as $color) {{--
--}} {{-- --}} @endforeach
Name Hexadecimal Actions
{{ $color->name }}{{ $color->hexadecimal }}
@endsection @section('scripts') @endsection