@extends('layouts.master') @section('page_title',"Page Title") @section('content')
{{ Form::page_header("Page Header", "paper_stack") }}
{{--add this if you don't want the shrink the size of the form--}} {{--
--}}
Controls go here
{{ Form::separator_row_bottom("grey-divider") }}
Buttons go here
@endsection @section('page_style') @endsection @section('page_script') @endsection