@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
Setting Payment Method
Drag [] handle button to reorder payment method
{{ csrf_field() }} @foreach($payments as $key => $payment) @endforeach
# Payment Gateway Payment Method Status
{{$payment['payment_gateway']}} {{$payment['payment_method']}}
@endsection