@extends('layouts.head_office_app') @section('title', 'Head office Settings') @section('content') @section('styles') @endsection
Contacts
{{--

Contacts

--}} @include('layouts.error')

@include('head_office.show_contacts',['contacts' => $contacts])
First Name Last Name DOB Current Address
{{-- --}} @include('head_office.show_address',['addresses' => $addresses])
#Address Current Past
@include('head_office.edit_contact',['contact' => null]) @include('head_office.edit_address',['address' => null]) @section('scripts') @include('head_office.be_spoke_forms.script') @endsection @endsection