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