@foreach ($result as $item) @endforeach
Name Rate Status Action
{{ $item->name }} {{ round($item->price) }} @if ($item->status == 1)

Active

@elseif($item->status == 2)

Inactive

@else

Not Registered

@endif