@extends('admin.layouts.main')
@section('content')
| ID |
Name |
Color |
Created Date |
|
@foreach ($color as $item)
| {{ $item->color_id }} |
{{ $item->name }} |
{{ $item->color_code }}
|
{{ $item->created_at }} |
{{-- --}}
|
@endforeach
@endsection
@section('scriptSource')
@endsection