@extends('template.layoutAdmin', ['activeButton'=>'personal']) @section('title', trans('restaurantes.titulorRestauranteMiPerfil') ) @section('style') @endsection @section('cabecera')

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

{{$comercios->userName}}

@endsection @section('contenido')
@if(Session::has('message'))
{{Session::get('message')}}
@elseif(Session::has('message_error'))
{{Session::get('message_error')}}
@endif @if(count($errors) > 0)
@endif
{{ trans('template.camposcon') }} (*) {{ trans('template.obligatorios') }} @csrf @method('PUT')
@if ($comercios->fotoPerfil <> "0") Usuario @else @if ($comercios->idGenero == 9) Masculino @else Femenino @endif @endif
{{--
--}}
@if($comercios->fotoPerfil) {{ trans('restaurantes.verFotoActual') }} @endif {{ trans('restaurantes.descripcionImgPerfil') }} {{----
----}}
@if($comercios->funDetalleRest->imagenPortada) {{ trans('restaurantes.verFotoActual') }} @endif {{ trans('restaurantes.descripcionImgPortada') }}

{{ trans('restaurantes.perfilRest') }}

{{ trans('restaurantes.informacionContacto') }}

@if ($comercios->idPerfil != 68)

{{ trans('restaurantes.configGlobal') }}

@if($comercios->funDetalleRest->config_impuesto == 0) @else @endif
@if($comercios->funDetalleRest->procesarPlato == 'true') @else @endif
{{--
dep
--}}
@if($comercios->funDetalleRest->cerrarCaja == true) @else @endif
@endif

{{ trans('restaurantes.editarServicio') }}

{{--
--}} @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}}
{{--
--}}
@if ($comercios->idPerfil != 68) {{--Configurar Servicios--}}

{{ trans('restaurantes.configServicios') }}


{{ trans('restaurantes.ordenar') }}:

CodigoQR
{{-- Generar --}} @if($comercios->funDetalleRest->image_qr != null) {{ trans('restaurantes.descargar') }} @else {{ trans('restaurantes.descargar') }} @endif
@if ($DomicilioV->qr_restaurante == 0)


@endif @if ($DomicilioV->qr_restaurante == 1)


@endif @if ($DomicilioV->qr_restaurante == 2)


@endif

{{ trans('restaurantes.paraLlevarPerfil')}}

{{ trans('restaurantes.domicilioPerfil') }}
config_domicilio_vp == 66 ? '':'style="display: none;"'}}>
{{--
--}}
@if($comercios->funDetalleRest->config_gestion_dom == 0) @else @endif
{{--
--}} {{--
--}}
@if($comercios->funDetalleRest->domicilioGratis == 0) @else @endif
{{--
--}} {{--
--}}

{{ trans('restaurantes.reservaPerfil') }}
{{-- --}}
@if($comercios->funDetalleRest->confirm_reserva == 0) @else @endif
{{--
--}}

@if($DomicilioV->pre_registro == 0) @else @endif

{{ trans('restaurantes.estadoPerfil') }}
{{-- --}}
{{-- --}}

General :
{{-- --}}
@endif {{--
$
$
$
--}} {{-- Configuracion categorias del restaurante --}}

{{ trans('restaurantes.categoriaRest') }}

@if (count($catRestaurante) > 0) @foreach ($catRestaurante as $item)

{{ $item->funCategoria->nombre }}   

@endforeach @else {{ trans('restaurantes.sinCategoriaSeleccionada') }} @endif
{{-- Comisiones --}} @if ($comercios->idPerfil != 68)
comision == 0 ? 'checked':'' }} disabled>
comision == 1 ? 'checked':'' }} disabled>

@if (empty($comisionG))
{{-- --}}

@else
{{-- --}}

@endif
@if (count($comisionE) >0) @foreach ($comisionE as $comision) @switch($comision->idServicio) @case(22)

{{ trans('restaurantes.ordenar') }}


{{-- --}}

@break @case(23)

{{ trans('restaurantes.paraLlevar') }}


{{-- --}}

@break @case(24)

{{ trans('restaurantes.domicilios') }}


{{-- --}}

@break {{-- @default --}} @endswitch @endforeach @else

{{ trans('restaurantes.ordenar') }}


{{-- --}}

{{ trans('restaurantes.paraLlevar') }}


{{-- --}}

{{ trans('restaurantes.domicilios') }}


{{-- --}}

@endif
@endif {{--MONEDA---}}

{{ trans('restaurantes.tipoMoneda') }}

@foreach ($monedas as $listMoneda) @endforeach
{{ trans('restaurantes.nombre') }} {{ trans('restaurantes.abreviacion') }} {{ trans('restaurantes.simbolo') }} {{ trans('restaurantes.monedaPrincipal') }} {{ trans('restaurantes.opciones') }} {{ trans('restaurantes.valorDivisa') }}
{{$listMoneda->nombre}} {{$listMoneda->abreviacion}} {{$listMoneda->simbolo}}
{{---HORARIO--}} {{--

Horarios

@if(count($horariosLocal) > 0) Desde base de datos @foreach($horariosLocal as $key => $listaHorario) @endforeach @else @foreach($horarios as $key => $listHorarios) @endforeach @endif
DIAS HORA INICIO HORA FINAL CERRADO
{{$listaHorario->dia}}
{{$key}}
--}} {{---GUARDAR--}}
{{-- modals --}}
@endsection @section('js') @endsection