{{-- resources/views/business_owner/registration_fee/payment.blade.php --}} @extends('business_owner.layouts.master') @section('title', 'Registration Fee Payment') @section('content')

Business Owner Registration Fee

@if (session('doneMessage'))
{{ session('doneMessage') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if (session('warning'))
{{ session('warning') }}
@endif

Please complete your registration fee payment to access the business owner dashboard.

Fee Amount: {{ $currency_symbol }} {{ $register_fee }}

@csrf
@endsection @section('scripts') @endsection