@extends('layouts.paymentLayout') @section('head') {{trans('user.wallet')}} @endsection @section('content')
{{csrf_field()}}

{{trans('user.phoneNo')}}

0{{session('phone')}}
@if(session('errormsg')) @endif
@endsection