@extends('admin.layouts.master') @section('admin_content')
@if(Session::has('account_info_added')) @elseif(Session::has('account_info_updated')) @elseif(Session::has('account_info_deleted')) @endif

Merchant Payment GateWay

Add New @include('admin.modals.account_info_addmodal')
@foreach($account_infos as $row) @include('admin.modals.account_info_editmodal') @endforeach
# PAYMENT WAY ACCOUNT / CARD NO ACTION
{{$loop->index+1}} {{$row->payment_way->payment_way}} {{$row->wallet_no}}
@endsection