{{ ucfirst($contract_type) }} Contract

User: {{ $user->name }}

Email: {{ $user->email }}

@if ($contract_type == 'definite')

This is a definite contract.

@elseif ($contract_type == 'indefinite')

This is an indefinite contract.

@endif

Valid from {{ $valid_from }} to {{ $valid_to }}