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

{{ convertUtf8($bs->footer_text) }}

@if (!empty($be->footer_bottom_img)) @endif
{{ __('Useful Links') }}
    @php $ulinks = App\Models\Ulink::where('language_id', $currentLang->id) ->orderby('id', 'desc') ->get(); @endphp @foreach ($ulinks as $ulink)
  • {{ convertUtf8($ulink->name) }}
  • @endforeach
{{ __('Contact Us') }}
  • {{ $bs->contact_address }}
  • @php $numbers = explode(",",$bs->contact_number) @endphp @if($numbers)
  • @foreach($numbers as $number) {{ $number }} @endforeach
  • @endif @php $mails = explode(",",$bs->contact_mails) @endphp @if($mails)
  • @foreach($mails as $mail) {{ $mail }} @endforeach
  • @endif
{{ __('Subscribe Here') }}

{{ __('Stay update with us and get offer!') }}

@csrf

@foreach ($socials as $social_link) @endforeach
@endif @if ($bs->copyright_section == 1)
{!! nl2br(replaceBaseUrl(convertUtf8($bs->copyright_text))) !!}
@endif