Sagi Dayan
d7c9359ef2
- DB migrations - Login/Register flows - Dockerfile - Layouts, Partials, Components - Sass - Bulma.io - sqlite
10 lines
No EOL
194 B
Text
10 lines
No EOL
194 B
Text
@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 |