@extends('main') @section('css') @endsection @section('content') Home Search Result @foreach($search_data as $key => $value) @endforeach Search @if(count($search_result)) @foreach($search_result as $pro) @if($pro->profile_image && is_file('uploads/profile_images/'.$pro->profile_image)) @else @endif {{$pro->name}} @if(!empty($pro->skills)) {{ str_limit($pro->skills, $limit = 9, $end = '...') }} @else {{'Not Provided'}} @endif @if(!empty($pro->city)) {{ str_limit($pro->city, $limit = 9, $end = '...') }} @else {{'Not Provided'}} @endif @endforeach @else Required profiles not found @endif × Mentor Subject Information Title*: × Connection Subject Information Title : Message : @if($total_records>$default_limit) Load More Profiles @endif @foreach($search_data as $key => $value) @endforeach OR New Name Save Search @endsection @section('js') @endsection