@extends('layouts.head_office_app')
@section('title', 'Head office Settings')
@section('content')
@if (isset($address))
@php
$comments = $new_contact_comments;
@endphp
@foreach ($comments as $key => $comment)
@include('head_office.contacts.view_comments', compact('comment'))
@endforeach
@endif
@endsection
@section('scripts')
@if (Session::has('success'))
@elseif(Session::has('error'))
@endif
@endsection