{!! $community_outreach['id'] !!}

{!! $community_outreach['order'] !!}

{!! $community_outreach['title'] !!}

{!! $community_outreach['slug'] !!}

{!! $community_outreach['status'] !!}

{!! $community_outreach['user_id'] !!}

{!! $community_outreach['description'] !!}

{!! $community_outreach['upload_folder'] !!}

{!! $community_outreach['images'] !!}

{!! $community_outreach['icon'] !!}

{!! $community_outreach['created_at'] !!}

{!! $community_outreach['updated_at'] !!}

{!! $community_outreach['deleted_at'] !!}
{!! Form::numeric('order') -> label(trans('communityoutreach::community_outreach.label.order')) -> placeholder(trans('communityoutreach::community_outreach.placeholder.order'))!!}
{!! Form::text('title') -> label(trans('communityoutreach::community_outreach.label.title')) -> placeholder(trans('communityoutreach::community_outreach.placeholder.title'))!!}
{!! Form::text('description') -> label(trans('communityoutreach::community_outreach.label.description')) -> placeholder(trans('communityoutreach::community_outreach.placeholder.description'))!!}
{!! Form::text('images') -> label(trans('communityoutreach::community_outreach.label.images')) -> placeholder(trans('communityoutreach::community_outreach.placeholder.images'))!!}
{!! Form::text('icon') -> label(trans('communityoutreach::community_outreach.label.icon')) -> placeholder(trans('communityoutreach::community_outreach.placeholder.icon'))!!}