@extends('layouts.medflixtemplate') {{-- --}} @section('head') @endsection {{-- --}} @section('content')
Nombre completo: {{ $ticket->userprofile->user->name }}
Edad: {{ Carbon\Carbon::create($ticket->userprofile->birthdate)->diff(Carbon\Carbon::now())->format('%y') }}
Sexo: {{$ticket->userprofile->sex}}
Teléfono: {{$ticket->userprofile->phone}}
Email: {{$ticket->userprofile->user->email}}
Download All Files