@extends('layouts.master') @section('title', 'Settings - Kaedah Bayaran') @section('actions') @endsection @section('content')
@foreach($methods as $m) @endforeach
Kaedah Bayaran
{{ $m->name }}
@csrf @method('DELETE')
{{ $methods->links() }}
@endsection @push('scripts') @endpush