@extends('admin.dashboard.layout.app') @section('style') @endsection @section('content') @include('admin.dashboard.layout.header', ['title' => 'Payment Methods'])
| Sr # | Provider | Method | Type | Status | Action |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $pm->provider }} | {{ $pm->method }} | {{ $pm->type }} | @if ($pm->status == 0) Inactive @elseif ($pm->status == 1) Active @endif |