@extends('layout')
@section('content')
@if (Session::has('success'))
{{ Session::get('success') }}
Name | Tipo Ricetta | CCO | Prezzo + IVA | Date | Stato | Action |
---|---|---|---|---|---|---|
{{$rem->name}} | {{$rem->recipe_type}} | {!! $rem->cco_start != -1 ? $rem->cco_start : '' !!} | @if(!empty($rem->recipe_type) && $rem->recipe_type == 'semilavorato') @if(!empty($rem->price_real)) {{ number_format( (float) str_replace(",",".", $rem->price_real), 3, ',', '.')}} @endif @else @if(!empty($rem->priceiva)) {{ number_format( (float) str_replace(",",".", $rem->priceiva), 3, ',', '.')}} @endif @endif | {{$rem->created_at}} | @if($rem->updated_at != $rem->created_at) @endif | Modifica Clona {{-- Mostra--}} |