@extends('layouts.admin') @section('styles')
@endsection @section('content')
COLORES
NUEVO COLOR
REGISTRO DE NUEVOS COLORES
×
@csrf
COLOR
REGISTRAR
@foreach($colors as $color) @endforeach
#
Nombre
Accion
{{$color->id}}
{{$color->nombre}}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection