@extends('layouts.dashboardnew') @section('content') @if(Auth::user()->rol_id == 0) @if($ticket->status == 0)
{!! $comen->comentario !!}
{{date('d-m-Y', strtotime($comen->created_at))}}
{!! $ticket->comentario !!}
{{date('d-m-Y', strtotime($ticket->created_at))}}