@extends('layouts.backend.app') @section('title','Biodata - ') @push('css') @endpush @section('content')
| Code | Name | District | Occupation | Education | Status | Action |
|---|---|---|---|---|---|---|
| Code | Name | District | Occupation | Education | Status | Action |
| {{$biodata->code}} | {{$biodata->candidate_name}} | {{$biodata->permanent_address_district}} | {{$biodata->candidate_occupation_type}} | {{$biodata->candidate_education_digree_01}} | @if($biodata->approved == true) Approved @else Pending @endif | visibility | @empty