{!!__('Create')!!} {!! trans('reviews::review.name') !!}

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