@extends('vendors.layout') @section('content')
{{ __('Payment') }}

{{ __('Feature Proeprty Request Has Been Sent.') }}

{{ __('Your feature proeprty request request is sent successfully. You will be notified when request is approved') }}

@if (request()->routeIs('vendor.property_management.featured_payment')) {{ __('Go to Mange Properties') }} @endif
@endsection