@extends('layouts.guest') @section('content')
{!! Html::image('img/u234.png') !!} {{-- form posting to business --}} {!! Form::open(['url' => action('Auth\LoginController@login')]) !!} {{-- --}} {!! Form::close() !!}
@endsection