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

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

{{ trans('promociones.platoPromocion') }}

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

{{ trans('promociones.agregarPlatoPromocion') }}


{{ trans('promociones.seleccionarPlato') }}

{{ trans('promociones.nombre') }} {{ trans('promociones.precio') }} {{ trans('promociones.descuento') }} {{ trans('promociones.valorTotal') }} {{ trans('promociones.opciones') }}
@csrf {{ trans('template.camposcon') }} (*) {{ trans('template.obligatorios') }}
{{-- --}} {{ trans('promociones.facilFiltrado') }}

{{--
--}}

{{ trans('promociones.seleccionarServicios') }}

{{--
--}} @if ( App::getLocale() != 'es') @foreach($servicios as $servicio) @endforeach @else @foreach($servicios as $servicio) @endforeach @endif @foreach($servicios as $servicio) @endforeach
{{$servicio->nombre_ingles}}{{$servicio->nombre}}
{{--
--}}
{{--
--}}

{{ trans('promociones.imagenProducto') }}

{{-- modal agregar plato --}} @endsection @section('js') @endsection