@extends('website.layout') @section('title', 'Criar conta - ' . config('app.name')) @section('content')
{{ $nome }}
{{ $nomeCompleto }}
{{ $cliente->email }}
@endsection