@php $editContractPermission = user()->permission('edit_contract'); $deleteContractPermission = user()->permission('delete_contract'); @endphp @forelse ($contract->renewHistory as $history)
{{ ucwords($history->renewedBy->name) }}
@lang('app.renew') @lang('app.date') - {{ $history->created_at->timezone($global->timezone)->format($global->date_format) }}