@php $showInitially = true; @endphp
@forelse ( (array)$latestHistory as $history )
@php $showInitially = $history['showInitially']; @endphp
{{ $history['title'] }}
{{ __('dashboard.history.contractName') }}: {{ $history['contractName'] }}
@empty
{{ __('dashboard.history.noHistory') }}
@endforelse
@if(!empty($latestHistory) && !$showInitially)
{{ __('dashboard.contracts.showAllContracts') }}
{{ __('dashboard.contracts.hideAllContracts') }}
@endif
@endsection
@section('title')
{{ __('meta.title.history') }}
@endsection
@section('description')
{{ __('meta.description.history') }}
@endsection
@push('scripts')
@endpush