@extends('layout') @section('content')
{{ csrf_field() }}

Choose Payment Method

@if(count($_payment_method) != 0) @foreach($_payment_method as $payment_method)
{{ $payment_method->method_name }}
@endforeach @else

No Payment Method Available

@endif
Kindly choose a payment method which you are most comfortable with paying.
@endsection @section('script') @endsection @section('css') @endsection