seepur/resources/views/home.edge

10 lines
194 B
Plaintext
Raw Normal View History

@layout('layouts.main')
@section('page-title')
Seepur | Home
@endsection
@section('content')
<h1 class="title">{{auth.user.name}}</h1>
<h2 class="subtitle">{{auth.user.email}}</h2>
@endsection