@extends('user.layouts.master') @section('user_content')
@if(Session::has('payment_added')) @elseif(Session::has('payment_updated')) @endif

My Payment Method

Add New Method @include('user.modals.payment_method_addmodal')
@foreach($payment_methods as $row) @include('user.modals.payment_method_editmodal') @endforeach
# PAYMENT WAY WALLET OR A/C NO. ACTION
{{$loop->index+1}} {{$row->payment_way->payment_way}} {{$row->wallet_no}}
@endsection