{{-- @extends('layouts.app') @section('content')
{{ __('Dashboard') }}
@if (session('status')) @endif {{ __('You are logged in!') }}
@endsection --}} @extends('adminlte::page') @section('title', 'INICIO') @section('content_header') @stop @section('content')
@foreach ($upTicket as $upTickets)
Warning: Undefined variable $upTickets in C:\xampp\htdocs\systemcolas\resources\views\home.blade.php on line 245

Warning: Attempt to read property "tramite" on null in C:\xampp\htdocs\systemcolas\resources\views\home.blade.php on line 245

ATENCIÓN DE TURNOS

Turno actual

Tramite actual

Tiempo Creación:

Turnos en Espera:

Tiempo Atención:

Turnos Atendidos:

Tiempo Transcurrido:

00 : 00 : 00 : 00

Turnos Anulados:

@endforeach

EN ESPERA

@foreach ($ticket as $tickets)
Warning: Undefined variable $tickets in C:\xampp\htdocs\systemcolas\resources\views\home.blade.php on line 395

Warning: Attempt to read property "tramite" on null in C:\xampp\htdocs\systemcolas\resources\views\home.blade.php on line 395
@endforeach


@if(isset($upTickets->codatencion))
@csrf
@else @endif
@stop @section('css') @stop @section('js') @if (session('cronometro') == 'ok') @endif @stop