@extends('layouts.dashboard') @section('style') @endsection @section('content')
{{ $page_title }}
{!! Form::open(['method'=>'post','class'=>'form-horizontal']) !!}
{!! Form::close() !!}
@endsection