--- /dev/null
+<?php
+
+
+namespace Cubist\Backpack\Magic\Fields;
+
+
+use Cubist\Backpack\CubistBackpackServiceProvider;
+
+class FormBigSection extends UnstoredField
+{
+ protected $_adminType = 'form_big_section';
+ protected $_viewNamespace = CubistBackpackServiceProvider::NAMESPACE . '::fields';
+}
--- /dev/null
+</div></div>
+<div class="card">
+ <div class="card-body row">
+ @include('crud::fields.inc.wrapper_start')
+ <h2 id="s_{{$field['name']}}">{{$field['label']}}</h2>
+ @include('crud::fields.inc.wrapper_end')
+
+ @push('form_shortcuts')
+ <a href="#s_{{$field['name']}}" class="big">{{$field['label']}}</a>
+@endpush
-@include('crud::fields.inc.wrapper_start')
-<h2 id="s_{{$field['name']}}">{{$field['label']}}</h2>
-@include('crud::fields.inc.wrapper_end')
+</div></div>
+<div>
+ <div>
+ @include('crud::fields.inc.wrapper_start')
+ <h2 id="s_{{$field['name']}}">{{$field['label']}}</h2>
+ @include('crud::fields.inc.wrapper_end')
-@push('form_shortcuts')
- <a href="#s_{{$field['name']}}" class="super">{{$field['label']}}</a>
+ @push('form_shortcuts')
+ <a href="#s_{{$field['name']}}" class="super">{{$field['label']}}</a>
@endpush