@extends('header') @section('head') @parent @include('money_script') @stop @section('top-right') @if (config('services.postmark') && auth()->user()->hasPermission('view_all') && auth()->user()->hasPermission('view_all')) {!! Button::normal(trans('texts.emails')) ->asLinkTo(url('/reports/emails')) ->appendIcon(Icon::create('envelope')) !!} @endif {!! Button::normal(trans('texts.calendar')) ->asLinkTo(url('/reports/calendar')) ->appendIcon(Icon::create('calendar')) !!} @stop @section('content') @if (!Utils::isPro())
@endif