@extends('web.layouts.app') @section($title, $subtitle) @section('content') @section('heads') @endsection {{-- titulo --}} Order Food Order food with home delivery or take away {{-- menus --}} {{-- menus --}} @foreach ($daysOfWeek as $day) {{ $day }} @endforeach @foreach ($daysOfWeek as $day) @php $menuCount = 0; @endphp @foreach ($menus as $menu) @php $menuDays = json_decode($menu->days); @endphp @if (in_array(strtolower($day), $menuDays)) @if ($menuCount % 3 == 0) @endif {{ $menu->category->name }}{{ $menu->vegan == 'yes' ? ' - Vegan' : '' }} {{ $menu->name }} Prot:{{ $menu->proteins }} Cabs:{{ $menu->carbohydrate }} Fat:{{ $menu->fat }} Total Calories:{{ $menu->calories }} @foreach ($menuDays as $menuDay) {{ ucfirst($menuDay) }} @endforeach ${{ $menu->price }} @php $menuCount++; @endphp @if ($menuCount % 3 == 0) @endif @endif @endforeach @if ($menuCount % 3 != 0) @endif Previous Next @endforeach {{-- orden --}} Order Summary Subtotal$0.00 Delivery fee$10.00 Total$10.00 Order Now No money charged on this steps {{-- ------------------------------------MODALES -------------------------------------------- --}} X {{-- Detalles del Menú --}} Carbohydrates Proteins Fat Calories Ingredients × Personal Details @csrf First and Last Name Your Instagram Phone Full Address Payment Confirmation Information @endsection
Order food with home delivery or take away
@foreach ($menuDays as $menuDay) {{ ucfirst($menuDay) }} @endforeach
${{ $menu->price }}