@extends('admin.layouts.app') @section('title', 'Payment Methods') @section('content')

Payment Methods

Add Method
@foreach($methods as $method) @endforeach
NameNumberTypeStatusActions
{{ $method->name }} {{ $method->number }} {{ $method->type }}
@csrf @method('PATCH')
@csrf @method('DELETE')
@endsection