@php
if (isset($data_set->id)) {
$date_of_joining = $data_set->date_of_joining;
$fathers_name = $data_set->fathers_name;
$mothers_name = $data_set->mothers_name;
$present_address = $data_set->present_address;
$permanent_address = $data_set->permanent_address;
$date_of_birth = $data_set->date_of_birth;
$education_qualification = $data_set->education_qualification;
$nid_no = $data_set->nid_no;
$passport_no = $data_set->passport_no;
$blood_group = $data_set->blood_group;
$display = 'block';
} else {
$display = 'none';
}
@endphp
{{ $data->appends(request()->query())->links() }}