@extends('master_cartao_virtual') @section('titulo') {{ Lang::get('pessoal/_23500.titulo') }} @endsection @section('estilo') @endsection @section('conteudo')
@php $linhas = count($info->HISTORICO_SESSOES); @foreach ($info->ITENS AS $item)
@if($item->FLAG == 0)
@else

TITUTAR: {{$item->TITULAR}}

@endif

{{$item->NOME}}

{{$item->TIPO}}

N° {{$item->MATRICULA}}

{{$item->CLIENTE}}

@foreach ($item->SESSOES_DISPONIVEIS AS $sessao)

{{$sessao->DESC_SERVICO}} - {{$sessao->QTD_SESSOES}} disponíveis

@endforeach
@if($item->FLAG == 0)
@else
@endif
Realizar Agendamentos

@php $count = 1; @foreach ($info->HISTORICO_SESSOES AS $item) @php $backgroundTr = 'white'; @if($count % 2 == 0) @php $backgroundTr = "rgb(240, 240, 240)"; @endif @php $count++; @endforeach @if(count($info->HISTORICO_SESSOES) == 0) @endif
CLÍNICA PROFISSIONAL SERVIÇO INÍCIO FIM TOKEN STATUS
{{$item->DESC_CLINICA}} {{$item->DESC_PROFISSIONAL}} {{$item->DESC_SERVICO}} {{$item->INICIO_F}} {{$item->FIM_F}} {{$item->DESC_STATUS}}
Sem registros de agendamentos
@endforeach @include($menu.'.modal.FotoCartaoVirtual') @include($menu.'.modal.VisualizacaoToken') @endsection @section('script') @append