{!!__('Create')!!} {!! trans('whitepaper::category.name') !!}

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