@extends('frontend.layouts.master') @section('styles') @parent @stop {!! RecaptchaV3::initJs() !!} @section('content')
@if(!empty($sponsorship->getData('about_banner_image')))
{{lang('about_us_banner_alt_keywords')}}
@endif

{{$sponsorship->getTitle()}}

{!! $sponsorship->getData('description') !!}
@if(!empty($sponsors) && $sponsors->count() > 0)
@foreach($sponsors as $item) @endforeach
@endif @if(!empty($videoGallery) && $videoGallery->isNotEmpty())

{{lang('videos')}}
@foreach($videoGallery as $video) @endforeach
@endif

{{lang('wants_to_be_a')}}{{lang('sponsor')}}?

{{lang('contact_us_now')}}

{{Form::open(array('url'=>route('sponsorship-inquiry',[$lang]),'name'=>'sponsorship-inquiry','id'=>'sponsorship-inquiry','role'=>'form','autocomplete'=>'off') )}}
{!! RecaptchaV3::field('sponsorship-inquiry') !!}
{{Form::close()}}

{{lang('or_you_can_write_us_to')}} info@reportageuae.com

@stop @section('scripts') @parent @include('frontend.partials.jquery_custom_validators') @stop