@extends('main') @section('content')
@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(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)
@if(Session::get('auth_selected_profile'))@else@endif More Views
@endif @else
No Recent Videos Found
@endif
@if(count($like_data)>0) @foreach($like_data as $video)

{{$video->pro_name}}

{{$video->name}}

@if(Session::get('auth_selected_profile'))@else@endif View Profile
@endforeach @if(count($like_data)<$likecnt)
@if(Session::get('auth_selected_profile'))@else@endif More Views
@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)
@if(Session::get('auth_selected_profile'))@else@endif More Views
@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