@extends('main') @section('css') @endsection @section('content') Home Search Inquiries @include("left_menu") Inquire Request @if(count($share_inquire)) @foreach($share_inquire as $pro) @if($pro->profile_image && is_file('uploads/profile_images/'.$pro->profile_image)) @else @endif {{$pro->name}} @endforeach Name of Company* Type Inquiry* Type of Inquiry Need Information About Company Need More Information About Product/Services Want to Schedule a meeting or call or Other Describe Inquiry Submit Enquiry @else Required profiles not found @endif @endsection @section('js') @endsection