{{ __('You have protection for :date for plays starting from :time', ['date' => \Carbon\Carbon::make($user->insurance_start)->format('d-m-Y'), 'time' => \Carbon\Carbon::make($user->insurance_start)->format('h:ia')]) }}
@else
{{ __('You do not have insurance protection today.') }}