@extends('front.layout.layout') @section('content')
@if (!request('id'))
Your Bussiness Has Been Created
@endif
Business Name
City
{{$business->cities[0]->name}}
$ {{ $remainingCost > 0 ? $remainingCost : $businessCost }}
  • Live Chat: Make real-time engagement possible, boosting customer satisfaction and trust.
  • Priority Display in Searches: Appear at the top of relevant search results.
  • Priority Support: Access faster, dedicated support.
  • Cross-Platform Marketing: Expand your reach across platforms.
  • Exclusive Features: Early access to new tools.

Your Balance: ${{ number_format($totalReferralAmount, 2) }}

Business Cost: ${{ number_format($businessCost, 2) }}

Remaining Balance Due: ${{ number_format($remainingCost > 0 ? $remainingCost : $businessCost , 2) }}

@endsection