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