@extends('layouts.site') @section('title', 'Plan '.$plan->name) @section('content')
{{ (is_null($User->name)) ? $User->fullname : $User->name }}
{{ $User->email }}
{{ $plan->desc }}