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

Tickets Listar todos

Calendario Crear ticket
Selected
@include('partials.success') @foreach($tickets as $ticket) @if(isset($ticket->contact)) @endif @endforeach
Asunto Prioridad Status Tipo
{{$ticket->date_format}}
{{$ticket->subject}}
{{$ticket->priority->name}}
{{$ticket->status->name}}
{{$ticket->kind->name}} Acciones
@endsection @section('js') @endsection