{{ $contract->start_date }}
{{ $contract->end_date }}
{{ $contract->description }}
{{ is_null($contract->responsible)?"":$contract->responsible->full_name }}
{{ is_null($contract->company)?"":$contract->company->name }}
@if (@$action == 'show') {{trans('table.close')}} @else {{trans('table.back')}} @endif