@extends('layouts.app') @section('content') @if($sucursales->count() == 1)
Producto | Cantidad |
---|---|
{{ $detail->name }}
@foreach ($detail->extras as $j => $extra)
{{ $extra->quantity }} - {{ $extra->name }}
@endforeach
@foreach ($detail->ingredients as $j => $ingredient)
{{-- @if ($ingredient->selected)
{{ $ingredient->name }}
@else
{{ $ingredient->name }}
@endif --}}
selected) ? 'checked' : ''}} id="ingredient_{{ $i . '_' . $ingredient->id }}" readonly="true">
@endforeach
|
{{ $detail->quantity }} |
{{ $detail->comment }} |