@if($card)
Welcome {{ $curr_rank->name }}
@if($notice) You have been manually promoted, progress not available! @elseif($last) Congratulations, you reached the last rank available. Progress not available... @else
{{ $ratio.'%'}}
@endif
@else @if($notice) You have been manually promoted, progress not available! @elseif($last) Congratulations, you reached the last rank available. Progress not available... @else You need {{ $missing }} flight hours for {{ $next_rank->name }} promotion.
{{ $ratio.'%'}}
@endif @endif