@extends('master') @section('content')
Add Payment
@foreach($charges as $k=>$orders)
S.No Order Id Billing First Name Billing Last Name Payment Method Card Type Patment Status
@endforeach
@stop