@extends('templates.admin_template') @section('content')

Professional Fields

{{$industry->title}}
    @if(!empty($industry)) @foreach($industry->fields as $f)
  • {{$f->title}}
  • @endforeach @endif
{{ strtoupper($industry->title)}}
{{ strtoupper($field->title)}}

Explore CV Data Base

@if(!empty($field)) @foreach($field->CVs as $cv) @endforeach @endif
SNo Code Full Name Industry Field Country Nationality Course of Study Other Qualification Years of Experience Relevant Place of Work Selected Role Relevant Experience Grade Last Updated CV
{{ $e }} QED00{{ $cv->id }} {{$cv->first_name}} , {{$cv->last_name}} , {{$cv->Industry->title}} {{$cv->Field->title}} {{$cv->country}} {{$cv->nationality}} {{$cv->qualification}} {{$cv->skill_id}} {{$cv->years}} Yrs {{$cv->work}} {{$cv->role}} {{$cv->experiences}} {{$cv->grade}} {{$cv->last_updated}} Download
SNo Full Name Field Industry Country Nationality Course of Study Other Qualification Years of Experience Relevant Place of Work Selected Role Grade Last Updated CV
@if(!empty($result))

{!! urldecode(str_replace("/?","?",$result->appends(Request::all())->render())) !!}

@endif
@endsection