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