@extends('frontend.master', ['activePage' => 'contact']) @section('title', __('Contact Us')) @section('content') @php $social = \App\Models\Setting::find(1); $logo = \App\Models\Setting::find(1)->logo; $admin = \App\Models\User::find(1); @endphp
{{ __('Contact us') }}