| Tipo | Comentario | Mecánico |
|---|---|---|
| @switch( $comment->type_detail) @case(0) Servicio @break @case(1) Producto @break @case(2) Comentario @break @default @endswitch | {{ $comment->detail }} | {{ $comment->User->name }} |
| DESCRIPCIÓN | TIPO | ESTADO |
|---|---|---|
| {{ $order->order_description }} | {{ $order->order_type }} | @if($order->order_status == '0') @else @endif |