@extends('utility_charges.layouts.web_apps') @section('content')
1. {{App\Language::trans('Details')}}
2. {{App\Language::trans('Payment')}}
3. {{App\Language::trans('Receipt')}}
@if($status_level == 'up')

{{App\Language::trans('Your payment is Successful')}}

{{App\Language::trans('You will receive your e-receipt in your email shortly. An Sms notification will also be sent to your phone.')}}

If you do not receive your e-receipt within next 30minutes. please contact our customer service hotline at 03-1234 5678. or email us for futher assistance.

@else

{{App\Language::trans('Your payment is Failed')}}

please contact our customer service hotline at 03-1234 5678. or email us for futher assistance.

@endif {{App\Language::trans('Order id')}}: 12938712873612387 Email: {{Auth::user()->email}} {{App\Language::trans('Continue with us')}}
@stop @section('script') @stop