Position:
@if(@$career->type=="part_time")
Part Time
@else
Full Time
@endif
@if(@$career->end_date)
Apply until: {{date('M j, Y',strtotime(@$career->end_date))}}
@else
Apply until: {{date('M j, Y', strtotime('+3 days', strtotime(date("Y-m-d"))))}}
@endif
@if(@$career->salary)
Salary: {{$career->salary}}
@endif