@extends('admin.master') @section('content')

Color List

Add Color
@forelse($data as $key => $value) @empty @endforelse
SL Color Name Color Code Preview Status Action
{{ $key + 1 }} {{ $value->colorName }} {{ $value->color }}
@if($value->status == 1) Active @else Inactive @endif Edit @if($value->status == 1)
@csrf
@else
@csrf
@endif
@csrf
No color found
@endsection