{{-- Form Starts Here --}} {{Form::open(['route' => ['tou.submit'], 'name' => 'tou-submit', 'class' => 'tou-form'])}} {!! $pageData->body !!}
{{Form::submit(Lang::get('marketplace.i_agree'),array('class' => 'button button_green disclaimer__button'))}} @lang('marketplace.decline')
{{Form::close()}} {{-- Form Ends Here --}}