@php $contactInfo = \App\Models\ContactInfo::where('lang_code', '=', config('app.locale'))->first(); use Illuminate\Support\Facades\Route; @endphp