@extends('layouts.master') @section('title', 'Master Payment Method') @section('css') @endsection @section('content')
Payment Method
@foreach ($pays as $pay) @endforeach
No Payment Method Code Payment Method Name Cost Payment Action
{{ $loop->iteration }} {{$pay->payment_method_code}} {{$pay->payment_name}} {{$pay->cost_payment}}
@csrf @method('POST')
No Payment Method Code Payment Method Name Cost Payment Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection