@php $contact = \DB::table('contact_us')->where('id',1)->first(); @endphp @extends('layout.index') @section('content')

Email Adress

{{$contact->email}}

Our Location

{{$contact->address}}

Phone Number

{{$contact->phone}}

@csrf
{!! ($contact->map) !!}
@endsection @section('script') @endsection