@extends('main') @section('css') @endsection @section('content') Home Search Job Specification @include("left_menu") Job Specification @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 Job Spec Type* Create Job Spec @foreach($jobspec as $job): {{$job->title}} @endforeach Purpose* Describe Job Spec Send Job Spec @else Required profiles not found @endif @endsection @section('js') @endsection