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