@extends('admin.admin') @section('title') Color List @endsection @section('content')

All Colors

@foreach ($colors as $sl => $color) @endforeach
SL Name Action
{{ $sl + 1 }} {{ $color->name }}
@endsection