@php $editContractPermission = user()->permission('edit_contract'); $deleteContractPermission = user()->permission('delete_contract'); @endphp @forelse ($contract->renewHistory as $history)

{{ ucwords($history->renewedBy->name) }}

{{ $history->created_at->timezone($global->timezone)->format($global->date_format) }}

@lang('modules.contracts.newStartDate') @lang('modules.contracts.newEndDate') @lang('modules.contracts.newAmount') {{ $history->start_date->timezone($global->timezone)->format($global->date_format) }} {{ $history->end_date->timezone($global->timezone)->format($global->date_format) }} {{ currency_formatter($history->amount) }}
@empty @endforelse