@extends('frontend::page') @section('content') @foreach ($languages as $language) @php $language_code[$language->id]=strtoupper($language->code); @endphp @endforeach
@if(count($errors) > 0) @endif @if(Session::has('success')) @endif
@csrf
@if($link_query->allow_visible_url=='1')
@endif @if($link_query->allow_bypass_redirect=='1')

bypass_redirect == 1 ? 'checked' : '' }}>
@endif @if($link_query->allow_bypass_details=='1')

bypass_details == 1 ? 'checked' : '' }}>
@endif
@if($link_query->allow_phone_number=='1')
@endif @if($link_query->allow_email=='1')
@endif @if($link_query->allow_address=='1')
@endif @if($link_query->allow_deep_links=='1')
@lang('general.deep_links')
@foreach($deep_link_data as $title) @if($loop->iteration<=$link_query->allowed_deep_links_count)
@endif @endforeach @endif @if($link_query->allow_deep_links=='1')
@lang('general.other_contacts')
@endif
@endsection