{{ __(config('site.footer.newsletter_title', 'Join for Company Updates')) }}

{{ __('Success!') }} {{ __('You\'ve been added to our email list.') }}
@csrf
@if(config('site.contact.address_1'))
{{ config('site.contact.city_1', 'Los Angeles') }}

{{ config('site.contact.address_1', '123 The Main Street') }}

{{ config('site.contact.city_1', 'Los Angeles') }}, {{ config('site.contact.state_1', 'CA') }} {{ config('site.contact.zip_1', '1000') }}

@if(config('site.contact.phone_1'))

{{ config('site.contact.phone_1') }}

@endif
@endif @if(config('site.contact.address_2'))
{{ config('site.contact.city_2', 'New York') }}

{{ config('site.contact.address_2', '123 The Main Street') }}

{{ config('site.contact.city_2', 'New York') }}, {{ config('site.contact.state_2', 'NY') }} {{ config('site.contact.zip_2', '1000') }}

@if(config('site.contact.phone_2'))

{{ config('site.contact.phone_2') }}

@endif
@endif
    @php $footerNav = get_dynamic_navigation('footer'); $footerNavLimited = array_slice($footerNav, 0, 3, true); @endphp @foreach($footerNavLimited as $key => $item) @if($item['active'])
  • {{ __($item['title']) }}
  • @endif @endforeach
  • {{ __('header_navigation_contact') }}
    @foreach(config('site.social_media') as $key => $social) @if($social['active'])
  • @endif @endforeach

{{ config('site.author', 'BewPro') }}. © . {{ __('All Rights Reserved') }}