@extends('backend.layouts.app')
@section('content')
ID |
{{-- Product Thumbnail | --}}
Product Name |
Color |
Action |
@foreach ($colors as $items)
{{ $items->id }} |
{{--
| --}}
{{ $items->name }} |
{{ $items->color }} |
|
@endforeach
@endsection
@section('js')
@yield('js')
@endsection