@if($status === 0) {{ __('Pending') }} @endif @if($status === 1) {{ __('Accepted') }} @endif @if($status === 2) {{ __('Rejected') }} @endif