@extends('template.layoutAdmin') @section('title', 'Mi Perfil') @section('style') @endsection @section('cabecera')

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
@csrf {{ trans('template.camposcon') }} (*) {{ trans('template.obligatorios') }} @method('PUT')
@if ($comercios->fotoPerfil <> "0") Usuario @else @if ($comercios->idGenero == 9) Masculino @else Femenino @endif @endif
@if($comercios->funDetalleRest->cerrarCaja == true) @else @endif
@if($comercios->funDetalleRest->procesarPlato == 'true') @else @endif
@if($comercios->funDetalleRest->config_impuesto == 0) @else @endif
@if($comercios->funDetalleRest->config_gestion_dom == 0) @else @endif
@if($comercios->funDetalleRest->domicilioGratis == 0) @else @endif
$
$
$
CodigoQR
{{-- Generar --}} @if($comercios->funDetalleRest->image_qr != null) Descargar @else Descargar @endif
@if($comercios->fotoPerfil) Ver foto actual @endif La foto del perfil debe tener el mismo alto y ancho
@if($comercios->funDetalleRest->imagenPortada) Ver foto actual @endif La foto de portada debe ser de 1360 x 420

Editar Servicios

{{--
--}} @foreach($servicios as $servicio) @endforeach @foreach($servicios as $servicio) @endforeach
{{$servicio->nombre}}
{{--
--}}

Configurar Servicios

- Para llevar

- Reservas
{{-- --}}
@if($comercios->funDetalleRest->confirm_reserva == 0) @else @endif
{{--
--}}

Tipos de moneda

@foreach ($monedas as $listMoneda) @endforeach
Nombre Abreviación Símbolo Moneda Principal Opciones Valor Divisa
{{$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}}
@endsection @section('js') @endsection