@php $pageConfigs = ['navbarType' => 'hidden', 'contentLayout' => 'wide']; $configData = Helper::appClasses(); $courier = $user->courier; @endphp @extends('layouts/layoutMaster') @section('title', 'Perfil repartidor') @section('content')
Recibe una alerta por Telegram cuando te asignen un nuevo pedido.
@php $bot = config('services.telegram.bot_username'); $token = $user->telegram_connect_token; $connectUrl = $bot && $token ? ('https://t.me/' . $bot . '?start=' . $token) : null; @endphp @if ($user->telegram_chat_id)TELEGRAM_BOT_USERNAME en el .env.