@extends('payments.br-wallet.layout') @section('styles') @endsection @section('content')
@if($data['code'] == 1)
Card image cap

{{$data['msg']}}

Please Check Balance in the App

@else
Card image cap

{{$data['msg']}}


@endif
@endsection @section('script') @endsection