logo
logo

{{ _trans('common.Get it on') }}

{{ _trans('common.Google Play') }}

{{ _trans('common.Download on') }}

{{ _trans('common.Apple Store') }}

@foreach ($pages ?? [] as $menus)

{{ $menus->title }}

@if(count($menus['children']) > 0)
    @foreach($menus['children'] ?? [] as $child)
  • {{ $child->title }}
  • @endforeach
@endif
@endforeach

{{ _trans('common.Contact Us') }}

  • {{ setting('email') }}
  • {{ setting('phone_number') }}
  • {{ setting('address') }}

{{ setting('footer_text') }}