@extends('layouts.app') @section('title_full', __('Telegram').' - '.$mailbox->name) @section('sidebar') @include('partials/sidebar_menu_toggle') @include('mailboxes/sidebar_menu') @endsection @section('content')
{{ __('Telegram') }}
@include('partials/flash_messages')
{{ csrf_field() }}
{{ __('Auto reply sent in response to the /start command.') }}
@endsection