@extends("admin.layouts.sellermastersoyuz") @section('title', __('Pay for Ad')) @section('body') @component('seller.components.breadcumb', ['secondactive' => 'active']) @slot('heading') {{ __('Pay for Ad') }} @endslot @slot('menu1') {{ __('Ads') }} @endslot @endcomponent
@if($ad->ad_payment_status != 'paid' && $razorpayKey && $razorpayOrderId) @endif @endsection