@extends('layouts.frontend-master') @section('title', 'Contact') @push('style') @endpush @php $telegram = $settings_->where('key', 'telegram')->first(); $telegram = $telegram->value ?? ''; @endphp @section('content')

We are here to help you

@endsection