@extends('layout.master') @section('title', 'Population') @section('content') Population @include('inc.messages') S. No. Full Name Guardian Name Member # CNIC Mobile # Address Action {{-- Add Father × @csrf @foreach($fathers as $father) {{$father->name}} ({{$father->member_number}}) @endforeach --}} Add FEE @csrf Date: Amount: REF #: Member #: @endsection @section('css') @endsection @section('js') @endsection