@extends('adminlte::page') @section('title', 'LISTA') @section('content_header') @stop @section('content')

@if(is_array($tickets) || is_object($tickets)) @foreach($tickets as $dato) @if( $dato->estado == 1) @elseif($dato->estado == 2) @elseif($dato->estado == 99) @else @endif @endforeach @else @endif
@stop @section('css') @stop @section('js') @stop