@if ($status === 'Delivered') Delivered @elseif ($status === 'Sent') {{$status}} @elseif ($status === 'Not Sent') {{$status}} @elseif($status === 'Pending') {{ $status }} @endif