@php
$locale = config('app.locale');
$main_menu = nova_get_menu_by_slug('footer',$locale) ;
$contact_us_link = App\Models\Page::where('template','contact')->where('lang',config('app.locale'))->first();
$services = App\Models\Service::where('status','1')->where('lang',config('app.locale'))->get();
@endphp
@php
$info = SG::gvs([
'address_'.config('app.locale'),
'phone',
'email',
'header_time_'.config('app.locale'),
'map_1',
'map_2',
'facebook',
'twitter',
'linkedin',
'youtube',
'instagram'
]);
@endphp
{{ __('site.footer_text2')}}