{{ translate('Head Office')}}

  • {{get_setting('contact_address', null, $lang)}}

  • {{get_setting("contact_phone_one")}}
  • {{get_setting('contact_phone_tow')}}
  • {{get_setting("contact_phone_three")}}
  • {{get_setting('contact_email_one')}}
  • {{get_setting("contact_email_tow")}}

{{ translate('Business Center')}}

  • {!! get_setting('office_timing', null, $lang) !!}

  • {!! get_setting('contact_time', null, $lang) !!}

{{get_setting('widget_one_title', null, $lang)}}

    @if (get_setting('widget_one_labels') != null) @foreach (json_decode(get_setting('widget_one_labels', null, $lang), true) as $key => $value) @if(json_decode(get_setting('widget_one_links'), true))
  • {{$value}}
  • @endif @endforeach @endif
{{-- @if(get_setting('show_footer_quick_links') == 'on')

{{get_setting('widget_tow_title', null, $lang)}}

    @if (get_setting('widget_tow_labels') != null) @foreach (json_decode(get_setting('widget_tow_labels', null, $lang), true) as $key => $value)
  • {{$value}}
  • @endforeach @endif
@endif --}}
{!! get_setting('frontent_copyright_widget', null, $lang) !!}
@if (get_setting('widget_bottom_labels', null, $lang) != null) @foreach (json_decode(get_setting('widget_bottom_labels', null, $lang), true) as $key => $value) {{$value}} @endforeach @endif