@extends('layouts.base')
@section('title', 'Starter Page')
@section('css')
{{-- include page's specific styles here --}}
@endsection
@section('content')
Authentification
@endsection
@section('script')
{{-- include page's specific scripts here --}}
@endsection