@extends('layouts.admin') @section('title', trans('general.title.edit', ['type' => trans_choice('general.revenues', 1)])) @section('content') @if (($recurring = $revenue->recurring) && ($next = $recurring->getNextRecurring()))
{{ trans('recurring.message', [ 'type' => mb_strtolower(trans_choice('general.revenues', 1)), 'date' => $next->format($date_format) ]) }}
{{ trans('recurring.recurring') }}
{{ trans('recurring.message', [ 'type' => mb_strtolower(trans_choice('general.revenues', 1)), 'date' => $next->format($date_format) ]) }}