@if($title == 'REPORTES')
@foreach ($reports as $comment ) @endforeach
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 }}
{{ $reports->links() }}
@else
@foreach ($orders as $order ) @endforeach
DESCRIPCIÓN TIPO ESTADO
{{ $order->order_description }} {{ $order->order_type }} @if($order->order_status == '0') @else @endif
{{ $orders->links() }}
@endif