@extends('admin.layouts.app') @section('content') Filters First Name Last Name Email Phone Gender Select @foreach(gender() as $gender) {!! $gender !!} @endforeach Marital Status Select @foreach(maritalstatus() as $marital_status) {!! $marital_status !!} @endforeach Profile Type Select @foreach(['Primary','Adult','Child'] as $profileType) {!! $profileType !!} @endforeach Relationship Select @foreach(relationships() as $relationships) {!! $relationships->name !!} @endforeach Age Range : Baptized From Baptized To Baptized at Meck? Select @foreach(["Yes","No"] as $baptized_here) {!! $baptized_here !!} @endforeach Registration Source Select @foreach(config('constants.REGISTRATION_SOURCE') as $k=>$v) {!! ucwords(str_replace("_"," ",$k)) !!} @endforeach Created From Created To Search Reset Avatar First Name Last Name Email Profile Type Is Active? Action @section('js') @stop @endsection