@if ($tab == "all")
@if ($reservation['checkedin'] == true and $reservation['checkedout'] == false)
Checked In
@else
@if ($reservation['noshow'] == true)
No Show
@elseif ($reservation['cancelled'] == true)
Cancelled
@elseif ($reservation['checkedin'] == true and $reservation['checkedout'] == true)
Completed
@else
Pending
@endif
@endif
@else
@if ($reservation['type'] == 'property')
property
@else
vehicle
@endif
@endif
{ucfirst($reservation['title'])}
{$reservation['checkin_string']} - {$reservation['check_out_string']}