@extends('master')
Pinlion | Pagamentos
@section('head')
@if (!empty($clientFontUrl))
@endif
@stop
@section('body')
{!! Form::open(array('url' => 'get_started', 'id' => 'startForm')) !!}
{!! Form::hidden('guest_key') !!}
{!! Form::hidden('sign_up', \Request::input('sign_up')) !!}
{!! Form::hidden('redirect_to', \Request::input('redirect_to')) !!}
{!! Form::close() !!}
@yield('content')
@stop