{!!__('Create')!!} {!! trans('test::testing_tbl.name') !!}

{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('test/testing_tbl'))!!} @include('test::testing_tbl.partial.entry', ['mode' => 'create']) {!! Form::close() !!}