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

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