@extends('main') @section('content')

Feedback











@if($content_text->count() > 0) @foreach($content_text as $text) @if($text->id==2)

{{$text->title}}

{{ucwords($text->content)}}

@endif @endforeach @endif

Show Talent

Be Mentored

Talent

Find Talent

Showcase Businesses

Raise Funding

Organizations

Most Recent Design Talents.

Most Popular Design Talents.

Trending Design Talents.

@if($pic_data->count() > 0) @foreach($pic_data as $pic)

{{$pic->pro_name}}

{{ str_limit($pic->name, $limit = 15, $end = '...') }}

View Profile
@endforeach @else

No Pictures Found

@endif
@if(count($pic_likes) > 0) @foreach($pic_likes as $pic)

{{$pic->pro_name}}

{{ str_limit($pic->assets_name, $limit = 15, $end = '...') }}

View Profile
@endforeach @else

No Pictures Found

@endif
@if($pic_share->count() > 0) @foreach($pic_share as $pic)

{{$pic->pro_name}}

{{ str_limit($pic->name, $limit = 15, $end = '...') }}

View Profile
@endforeach @else

No Pictures Found

@endif

Most Recent Design Talents.

Most Popular Design Talents.

Trending Design Talents.

@if(count($data)>0) @foreach($data as $video)

{{$video->pro_name}}

{{$video->name}}

@if(Session::get('auth_selected_profile'))@else@endif View Profile
@endforeach @if(count($data)<$datacnt)
@endif @else
No Recent Videos Found
@endif
@if(count($like_data)>0) @foreach($like_data as $video)

{{$video->pro_name}}

{{$video->assets_name}}

@if(Session::get('auth_selected_profile'))@else@endif View Profile
@endforeach @if(count($like_data)<$likecnt)
@endif @else
No Popular Videos Found
@endif
@if(count($trend_data)>0) @foreach($trend_data as $video)

{{$video->pro_name}}

{{$video->name}}

@if(Session::get('auth_selected_profile'))@else@endif View Profile
@endforeach @if(count($trend_data)<$sharecnt)
@endif @else
No Trending Videos Found
@endif

Free Ipad Air for every 100th user creating profile.

*while supplies last

@if($content_text->count() > 0) @foreach($content_text as $text) @if($text->id==3)

{{$text->title}}

{{ucwords($text->content)}}
@endif @endforeach @endif


@endsection @section('js') @endsection