@extends('header') @section('head') @parent
@stop @section('head_css') @parent @stop @section('top-right')
@foreach ([ENTITY_INVOICE, ENTITY_PAYMENT, ENTITY_QUOTE, ENTITY_PROJECT, ENTITY_TASK, ENTITY_EXPENSE] as $value)
{{ trans("texts.{$value}") }}
@endforeach
@stop @section('content') @if (!Utils::isPro())
{!! trans('texts.pro_plan_calendar', ['link'=>'
' . trans('texts.pro_plan_remove_logo_link') . '
']) !!}
@endif
@stop