@if ($bs->top_footer_section == 1)
@if ($bs->footer_logo) Logo @endif

{{ $bs->footer_text }}

@php $ulinks = App\Models\Ulink::where('language_id', $currentLang->id) ->orderby('id', 'desc') ->get(); @endphp

{{ $bs->useful_links_title }}

    @foreach ($ulinks as $ulink)
  • {{ $ulink->name }}
  • @endforeach

{{ $bs->contact_info_title }}

  • {{ $be->contact_addresses }}
  • {{ $be->contact_numbers }}
  • {{ $be->contact_mails }}

{{ $bs->newsletter_title }}

{{ $bs->newsletter_subtitle }}

@csrf

@endif @if ($bs->copyright_section == 1)
@if ($bs->copyright_section == 1) {!! replaceBaseUrl($bs->copyright_text) !!} @endif
@endif