{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('social/campaign'))!!}

{{__('New')}} Campaign

{{__('Cancel')}}
@include('notifications') @include('social::campaign.entry', ['mode' => 'create']) {!! Form::close() !!}