{!! Theme::section('community.pannel.campaigns.menu',['subpage'=>'']) !!}
@if($msg)
×{!! $msg !!}
@endif
{{ csrf_field() }}
@if(count($categories)) @foreach($categories as $cat)
{{$cat->title}}
@endforeach @else {{trans('campaign.no-categories-found')}} @endif
@if(\Auth::user()->campaign_community_create)
@endif
{{trans('campaign.files-as-attachment')}} ({{\Config::get('campaign-attachment-file-size')}} MB max)
{{trans('organizationtopics.document-ready-to-pload')}}
{!! Theme::section('community.pannel.campaigns.template.template-sidemenu') !!}
{!! Theme::section('community.pannel.campaigns.template.template-design') !!}

{{trans('campaign.changes-saved-successfully')}}
{!! Theme::section('community.pannel.campaigns.send-progress') !!}
{!! Theme::section('community.pannel.campaigns.template.upload-image',['upload_community_id'=>$community->id,'upload_type'=>'community-campaign']) !!}