@extends('layout.master2') @section('page_title','Enter Amount to recharge') @section('head') @endsection @section('container')

Enter Amount

{{csrf_field()}}
@include('includes.payment_method') @include('includes.payent_method_money_transfer')
@endsection