@extends('layouts.app') @section('title_full', __('WhatsApp').' - '.$mailbox->name) @section('sidebar') @include('partials/sidebar_menu_toggle') @include('mailboxes/sidebar_menu') @endsection @section('content')
{{ __('WhatsApp') }}
@include('partials/flash_messages')
{{ csrf_field() }}

{!! __('API errors can be found in :%a_begin%Manage » Logs » WhatsApp Errors:%a_end%.', ['%a_begin%' => '', '%a_end%' => '']) !!}

@endsection