{{ ucwords($title) }}
@if(Session::has('success'))
×
Hurray! {{ Session::get('success') }}.
@endif
{{ Form::open(['url'=>'save_agreement'], ['class'=>'']) }}
{{ Form::close() }}
Agreement Header
Agreement Footer
Agreement Pages:
@for($i=1; $i < 16; $i++)
@endfor