@extends('app') @section('title', 'register') @section('content')
{{ Form::open(['url' => '/register', 'class' => 'form-signin']) }}
@endsection