@extends('vendors.layouts.master') @php // Prepare commonly used view variables once $vendorProfile = auth()->user()?->vendorProfile; $routePrefix = 'vendor.ads-images'; $showVendorColumn = false; @endphp @section('page-header')
@endsection @include('shared.ad_images._index_content') @section('content') @if ($vendorProfile && !($vendorProfile->canPostAds ?? false))