@extends('layout.basic_front') @section("content") Looknow! @if($errors->has()) @endif

CHECKOUT

ACCOUNT


{{Form::open(array( 'action'=> ('FrontController@checkstore'), 'class'=>'form-horizontal well', 'method'=>'post' ))}}
姓名:
信箱:
住址:
購買商品:
{{ $info }}
總額:
{{ $money }}
BACK
{{Form::close()}}
@stop