@extends('header') @section('head') @parent
@stop @section('top-right')
@stop @section('content') @if (!Utils::isPro())
{!! trans('texts.pro_plan_reports', ['link'=>'
' . trans('texts.pro_plan_remove_logo_link') . '
']) !!}
@endif
{{ trans('texts.total_sent') }}
{{ trans('texts.total_opened') }}
{{ trans('texts.total_bounced') }}
@if (Auth::user()->hasPermission('view_reports'))
@endif
{{ trans('texts.platforms') }}
{{ trans('texts.email_clients') }}
@stop