@extends('admin.admin_master') @section('admin')

All Types of Payment

Add Payment Type

All Payment Types

@foreach($allData as $key => $item) @endforeach
Sn. Payment Type Name Action
{{ $key+1}} {{ $item->name}}
@endsection