Media Information

{{$media->name}}

{{-- For media Links for all the churches Alone--}}
@if($distLinks)

Refer links

@if($churches)
@foreach($churches as $church)

{{$loop->index +1}}.) {{$church->name}}: {{env('REF_URL')}}/church_media/{{$media->id}}/{{$church->slug}}

@endforeach
@else

No distributor Record found

@endif
@endif @if($translationSection)

Refer links - Translations

@if($translations)
@foreach($translations as $trans)

{{$loop->index +1}}.) {{$trans->name}} {{$trans->language}} Download

@endforeach
@else

No translation found

@endif
@endif