@extends('painel.layout.menu') @section('css') @endsection @section('content')

Sabores

Novo Cadastro
@foreach ($sabores as $sabor) @endforeach
Título Descrição Categoria GG G M P Ação
{{ $sabor->titulo }} {{ $sabor->descricao }} {{ $sabor->categoria()->titulo }} {{ number_format($sabor->gg, 2, ',', '.') }} {{ number_format($sabor->g, 2, ',', '.') }} {{ number_format($sabor->m, 2, ',', '.') }} {{ number_format($sabor->p, 2, ',', '.') }}
@endsection @section('scripts') {{-- --}} @endsection