@extends('admin.layouts.master') @section('admin_content')
@if(Session::has('payment_way_added')) @elseif(Session::has('payment_way_updated')) @elseif(Session::has('payment_way_deleted')) @endif

Merchant Payment Way

Add New @include('admin.modals.payment_way_addmodal')
@foreach($payment_ways as $row) @include('admin.modals.payment_way_editmodal') @endforeach
# PAYMENT WAY ACTION
{{$loop->index+1}} {{$row->payment_way}}
@endsection