@extends('layouts.super-admin-layout') @section('content')
@csrf
@if(count($item_color)) @foreach($item_color as $key) @endforeach @endif
# Color Actions
{{ $loop->index +1 }} {{ $key->name }}
{{$item_color->links("pagination::bootstrap-4")}}
@endsection