@extends('public') @section('header-buttons') Sign in @stop @section('content')

Sign Up

{!! csrf_field() !!}
@include('form/text', ['name' => 'name'])
@include('form/text', ['name' => 'email'])
@include('form/password', ['name' => 'password'])
@if(count($socialDrivers) > 0)

Social Registration

Register and sign in using another service.

@if(isset($socialDrivers['google'])) @endif @if(isset($socialDrivers['github'])) @endif @endif
@stop