@extends('adminlte::print') @section('title', 'Dashboard') @section('content_header')

Grafici

@stop @section('content')
{!!$header!!}

Nome: {{$cliente->Nome}}

Data di nascita: {{\Carbon\Carbon::parse($cliente->DataDiNascita)->format('d/m/Y') }}

Sesso: {{$cliente->Sesso}}

@foreach ($Graf as $g)
@endforeach @stop @section('css') @stop @section('js') @stop