@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} Wallet @endsection @section('content')

Wallet ( {{ $dealerdata->first_name }} - {{ $dealerdata->email }} )

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif
@if(isset($country->country_flag) && $country->country_flag !='' && file_exists(public_path('/uploads/flags/').'/'.$country->country_flag)) @endif

{{ strtoupper($country->country_name) }}

{{ $amountf }} {{ $country->currency_code }}

Amount to pay.

{{ $amount }} {{ $country->currency_code }}

Amount to top up.

Phone Number

Please confirm your phone number above and click "Send Request to Phone". A payment request will be send to your M-PESA line, check and enter the M-PESA PIN.

@endsection @section('custom_js') @endsection