@extends('layouts.admin-layout') @section('title', 'All Size ') @section('content')

Color Section

@foreach($colors as $color) @endforeach
S.N. Color Name Action
{{ $loop->iteration }} {{ $color->name ?? '' }}
@endsection @section('script') @endsection