@extends('layouts.frontend.app') @section('title','') @push('css') @endpush @section('content')
@if($biodataList->count()>0) @foreach($biodataList as $biodata)
@if($biodata->candidate_cover_image == 'default.jpg') @else @endif

{{$biodata->candidate_name}}
Code: {{$biodata->code}}


{{$biodata->present_address_thana}}, {{$biodata->present_address_district}}.

Age- {{$biodata->candidate_age}} years

Status- {{$biodata->candidate_marital_status}}

Education- {{$biodata->candidate_education_digree_01}}

Occupation- @if($biodata->candidate_occupation_type == 'Others') {{$biodata->candidate_occupation_details}} @else {{$biodata->candidate_occupation_type}} @endif

Height- {{$biodata->candidate_height}} feet

Complexion- {{$biodata->candidate_body_color}}

Blood Group- {{$biodata->candidate_blood_group}}

Weight- {{$biodata->candidate_body_weight}} kg

@endforeach @else

No biodta Found, back to home and search again...

@endif
@endsection @push('js') @endpush