@extends('layouts.app') @section('content') {{!empty($contact) ? ($data->head1 ?? '') : '' }} {{!empty($contact) ? ($data->head2 ?? '') : '' }} Contact Details ChatConnect with one of our support agents @if($gs->email) Email:{{($gs->email ?? '')}} @endif @if($gs->phone) Tel:{{($gs->phone ?? '')}} @endif @if($gs->facebook) @endif @if($gs->insta) @endif {{!empty($contact) ? ($data->title ?? '') : '' }} {{!empty($contact) ? ($data->content ?? '') : '' }} @csrf Let's Start @endsection
{{!empty($contact) ? ($data->content ?? '') : '' }}