@extends('frontend.layouts.app') @section('content')
hero
@if (get_option('sign_up_left_image'))

{{ $price_status }}

${{ $priceInfo[0]['price'] }}

Perfect for Professional

    @foreach ($priceInfo as $item)
  • {{ $item['price_data'] }}
  • @endforeach
@endif

Choose Payment Method

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{-- switcher --}}
{{-- mobile banking tab --}}
@csrf
@if ($errors->has('mobile_banking')) {{ $errors->first('mobile_banking') }} @endif

Bkash Account Number : 01914652698

Rocket Account Number : 01914652698

Nagad Account Number : 01914652698

@if ($errors->has('bkash_transaction')) {{ $errors->first('bkash_transaction') }} @endif
@if ($errors->has('rocket_transaction')) {{ $errors->first('rocket_transaction') }} @endif
@if ($errors->has('nagad_transaction')) {{ $errors->first('nagad_transaction') }} @endif
{{-- bank account tab --}}
@csrf
@if ($errors->has('bank_transaction')) {{ $errors->first('bank_transaction') }} @endif

Bank Account Number : 01914652698

@endsection @push('style') @endpush @push('script') @endpush