@if ($row->status == $book)
{{ $row->status == $book ? 'book' : '' }}
@endif
@if ($row->status == $checkIn)
{{ $row->status == $checkIn ? 'chech In' : '' }}
@endif
@if ($row->status == $checkOut)
{{ $row->status == $checkOut ? 'check Out' : '' }}
@endif
@if ($row->status == $cancel)
{{ $row->status == $cancel ? 'cancel' : '' }}
@endif