@extends('layouts.admin.app') @section('content')

{{ $title }}

Search
@csrf

{{ $note }}

@foreach ($enquiryData as $row) @endforeach
S No. Enquity Type Name Email Phone No. Experience Expected Salary Current Salary Current Company State City Linkedin Resume Date / Time
{{ $i }} {{ $row->enq_type }} {{ $row->f_name }} {{ $row->l_name }} {{ $row->email }} {{ $row->phone }} {{ $row->experience }} {{ $row->exp_salary }} {{ $row->crnt_salary }} {{ $row->crnt_cmpny }} {{ $row->state }} {{ $row->city }} @if($row->linkedin != "")Click here@endif Click here {{ $row->date_added }}
S No. Enquity Type Name Email Phone No. Experience Expected Salary Current Salary Current Company State City Linkedin Resume Date / Time
@endsection