@extends('layouts.master_app') @section('title') Tickets @endsection @section('menu_tickets', 'here show') @section('css') @endsection @section('content')

Tickets Listar todos

Tickets para Hoy

@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@if(count($tickets_today) == 0 )
No hay tickets programados para hoy
@else @foreach($tickets_today as $item)
{{$item->contact->person->fullname}}
{{$item->subject}}
Ver
@endforeach @endif
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@include('partials.success') @foreach($tickets as $ticket) @endforeach
Contacto Asunto Fecha Status
{{ $ticket->contact->person->name}} {{$ticket->subject }} {{$ticket->date}} {{$ticket->status->name}}    
@endsection @section('js') @endsection