@php $partners = app('Webkul\Core\Repositories\PartnerRepository') ->where('company_id', core()->getCurrentChannel()->company_id) ->where('status', 1) ->get(); @endphp @if (count($partners) && $velocityMetaData['partners'] === 1)
{{--

{{ __('admin::app.settings.partners.title') }}

--}}
@foreach ($partners as $partner)
@endforeach
@endif @push('scripts') {{-- --}} @endpush