@extends('client.layouts.index') @section('content')

Login

{{ Form::open( array( 'url' => 'client/auth/login', 'id' => 'login', 'class' => 'form-horizontal form-without-legend' ) ) }} @if ($errors->any())
@foreach ($errors->all() as $error) @endforeach
@endif
{!! Form::close() !!}

Persyaratan - Informasi

Ini adalah tempat persyaratan dan informasi mengenai peraturan bagi user

@endsection