@extends('layouts.app') @section('title', 'Dashboard') @section('content')

Dashboard

Bem-vindo, {{ Auth::check() && Auth::user()->name ? strtok(Auth::user()->name, ' ') : '' }}.

@php $user = auth()->user(); @endphp @if ($user && $user->subscriber) @endif
@endsection