@extends('layouts.backend.app') @section('title','Biodata - ') @push('css') @endpush @section('content')
add Add New Bio

ALL BIODATA {{$biodataList->count()}}

@forelse($biodataList as $biodata) @empty @endforelse
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
@endsection @push('js') @endpush