@extends('layouts.profile') @section('profile_content')

{{ __('dashboard.history.label') }}

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