@extends('templates.admin_template') @section('content')
| 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 |
{!! urldecode(str_replace("/?","?",$result->appends(Request::all())->render())) !!}
@endif