@extends('admin.include.main') @section('content')
@foreach($parent as $par) @endforeach
Father Name Mother Name Father's Profession Address Contact no. Status Action
{{$par->father_name}} {{$par->mother_name}} {{$par->father_profession}} {{$par->address}} {{$par->father_phone_no}}, {{$par->mother_phone_no}} @if($par->status) @else @endif
@endsection