• Testing
{!!Form::vertical_open() ->id('testing-testing-create') ->method('POST') ->files('true') ->action(guard_url('testing/testing'))!!}
{{ trans('app.new') }} [{!! trans('testing::testing.name') !!}]
@include('testing::admin.testing.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}