@extends('backEnd.layouts.master') @section('title','Color Manage') @section('css') @endsection @section('content')

Color Manage

@foreach($show_data as $key=>$value) @endforeach
SL Color Name Status Action
{{$loop->iteration}} {{$value->colorName}} @if($value->status==1)Active @else Inactive @endif
@if($value->status == 1)
@csrf
@else
@csrf
@endif
@csrf
@endsection @section('script') @endsection