@extends('layouts.app') @section('content')

Payment Methods

@if (!empty($results)) @foreach ($results as $key => $row) @endforeach @endif
Name Status Description
{{ $row->name }} {{ $row->description }}
@endsection @push('headerPartial') @endpush @push('footerPartial') @endpush