@extends('admin/layouts/default') {{-- Page title --}} @section('title') Create Plan @parent @stop @section('content')

Plans

Plans

{!! Form::open([ 'action' => ['Admin\PlanController@store'], 'files' => true ]) !!} @include('admin.plans.form') {!! Form::close() !!}
@stop