@extends('layouts.app') @section('content')
Platillo: {{$platillo->name}}

Platillo: {{$platillo->name}}

Ingredientes agregados:

@foreach ($pla_ing as $key => $ingrediente) @endforeach
# Ingrediente Marcado Orden Acciones
{{ $key + 1 }} {{$ingrediente->ingrediente}} @if($ingrediente->marcado == 1)
@else
@endif

Ingredientes

Ingredientes no agregados:

@foreach ($all_ingre as $key => $inf) @endforeach
# Ingrediente Acci¨Žn
{{ $key + 1 }} {{$inf->name}}
@endsection @section('footer') @endsection