@extends('layouts.app') @section('title') All DNFBP Member @stop @section('breadcrumb') @stop @section('content')

DNFBP List

@foreach($list_of_members as $b) @endforeach
# Name Father Name Cnic District Province
{{$count++}} {{$b->name}} {{$b->fname}} {{$b->cnic}} {{$b->district}} {{$b->province}}
@stop @section('js') @stop