@extends("admin.layouts.app") @section("styles") @endsection @section("content")
Colors for the Item {{$item->nickname}}
@forelse($item_colors as $item_color) @empty @endforelse
Color @lang("constants.title") @lang("constants.is_active") @lang("constants.options")
{{$item_color->color->name}} @if ($item_color->is_active) @else @endif id])}}" class="btn btn-outline btn-sm purple" title="Images"> Images
{!! $item_colors->links()!!}
@endsection