@extends('layouts.admin-layout')
@section('title', 'All Size ')
@section('content')
Color Section
| S.N. |
Color Name |
Action |
@foreach($colors as $color)
| {{ $loop->iteration }} |
{{ $color->name ?? '' }} |
|
@endforeach
@endsection
@section('script')
@endsection