@extends('main') @section('css') @endsection @section('content')
@foreach($search_data as $key => $value) @endforeach

Search

@if(count($search_result)) @foreach($search_result as $pro)

{{$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
@if($total_records>$default_limit)
@endif
@endsection @section('js') @endsection