tutorials/php/driver/resources/views/login.blade.php

7 lines
157 B
PHP

@extends('layouts.default')
@section('content')
<form method="get" action="/login">
<button class="button-primary">Login with Google</button>
</form>
@stop