@extends('template.layoutAdmin', ['activeButton'=>'productos']) @section('cabecera')

{{ trans('productos.regresar') }}

{{ trans('productos.tituloProductosPlato') }}

@endsection @section('title') {{ trans('productos.CrearPlato') }} @endsection @section('style') @endsection @section('contenido') @if(Session::has('message'))
@endif @if(Session::has('message_error'))
@endif @if(count($errors) > 0)
@endif

{{ trans('productos.agregarPlato') }}

@csrf {{ trans('template.camposcon') }} (*) {{ trans('template.obligatorios') }}
@if ($comercio->idPerfil != 68)
@endif
@if ($comercio->idPerfil != 68) @else @endif
*

{{ trans('productos.mejorVisualizacion') }}

{{ trans('productos.ingredientesBase') }}


{{ trans('productos.ingredientesOpcionales') }}



{{ trans('productos.ingredientes') }}


{{ trans('productos.ingredientesAdicionales') }}



@endsection @section('js') @endsection