@extends('layouts.admin.e-commerce.app') @section('title', 'Color Information') @section('content')

Color Information

Color Information

Color Name {{$color->name}}
Color Code {{$color->code}}
Color Overview
Description {{$color->description}}
Status @if ($color->status) Active @else Disable @endif
@endsection