@extends('layouts.master') @section('content') {{ Form::open(['url' => action('SampleController@post_testing'), 'onsubmit_function'=>"do_on_submit"]) }}
...
...
{{ Form::button_save('save') }}
{{ Form::close() }} @endsection @section('page_script') @endsection @section('page_style') @endsection