Crear Casillero Maritimo China
×
Programación de Delivery
×
Link de Pago
×
Reporte de Compras
×
Verificacion de Whatsapp
×
Servicio de Compras
@if(($authUser->marcacion)) @php $useragent = $_SERVER['HTTP_USER_AGENT']; $iPod = stripos($useragent, "iPod"); $iPad = stripos($useragent, "iPad"); $iPhone = stripos($useragent, "iPhone"); $Android = stripos($useragent, "Android"); $iOS = stripos($useragent, "iOS"); $x11 = stripos($useragent, "X11"); $DEVICE = ($iPod || $iPad || $iPhone || $Android || $iOS || $x11); @endphp @if(!$DEVICE)
Marcación
@endif @endif
Abrir calculadora
X
Seguimiento
Registrar casillero
@if(($authUser->cuadrocompras) == "1")
receipt
Cuadro de compras
@endif
{{ $authUser->full_name }}
{{ $authUser->full_name }}
{{ __('messages.dashboard') }}
@if($authUser->hasRole(['admin', 'super_admin']))
{{ __('messages.company') }}
{{ __('messages.my_profile') }}
@endif
{{ __('messages.logout') }}
@php $email = $email ?? auth()->user()->email ?? null; $aprobada = false; if ($email) { $aprobada = DB::connection('vacaciones') ->table('solicitudes_vacaciones') ->where('email', $email) ->where('estado', 'Aprobada') ->where('fecha_fin', '>=', now()->toDateString()) ->exists(); } @endphp @if($aprobada)
¡Tus vacaciones han sido
aprobadas
! 🎉
@push('scripts') @endpush @endif