@extends('layouts.app') @section('content')

Variantes

@foreach ($variantes as $variante) @endforeach
Categoría Nombre Tipo Acciones
{{ $variante->categoria->nombre ?? '-' }} {{ $variante->nombre }} {{ ucfirst($variante->tipo) }}
Editar
@csrf @method('DELETE')
@endsection