@extends('backend.layouts.app') @section('content') {!! Html::script('expand_theme/js/jquery.validate.min.js') !!} @if(Session::has('message'))
{{ Session::get('message')}}
@endif @if(Session::has('error_message'))
{{ Session::get('error_message')}}
@endif @if (count($errors) > 0)
@endif

Family: {{ ucfirst($families->fmly_name) }}

Contact Details

@foreach ($contact_details as $contact)
Contact Name Family Name Contact Type Email Status Action
{{ ucwords($contact->cnt_firstname) }} {{ ucwords($contact->cnt_lastname) }} {{ ucwords($families->fmly_name)}}