@extends('frontend.Layout.master') @section('title_front','Contact') @section('content')

{{ __('Contact Us') }}

{!! html_entity_decode($contact) !!}
@endsection