@extends('layouts.admin') @section('content') {!! Form::open(['action' => 'CONTROLLER@store']) !!} @include('admin.FORM_VIEW_LOCATION', ['submit_title' => 'Create TITLE']) {!! Form::close() !!} @endsection