@extends('admin/layouts/default') {{-- Page title --}} @section('title') Create Plan @parent @stop @section('content') Plans Dashboard Plans Plans Plans {!! Form::open([ 'action' => ['Admin\PlanController@store'], 'files' => true ]) !!} @include('admin.plans.form') {{ trans('app.add_button') }} {!! Form::close() !!} @stop