@include('bountysystem::public.bountysystem.partial.header')
@include('bountysystem::public.bountysystem.partial.aside')
{{$bountysystem->title}}

{!! $bountysystem['bountybonus'] !!}

{!! $bountysystem['image'] !!}

{!! $bountysystem['socialurl'] !!}
{!! Form::text('bountybonus') -> label(trans('bountysystem::bountysystem.label.bountybonus')) -> required() -> placeholder(trans('bountysystem::bountysystem.placeholder.bountybonus'))!!}
{!! $bountysystem->files('images', 10) ->mime(config('filer.image_extensions')) ->url($bountysystem->getUploadUrl('images')) ->dropzone()!!}
{!! $bountysystem->files('images') ->editor()!!}
{!! Form::text('socialurl') -> label(trans('bountysystem::bountysystem.label.socialurl')) -> required() -> placeholder(trans('bountysystem::bountysystem.placeholder.socialurl'))!!}