@extends('layouts.app') @section('title', 'Edit Payment Settings') @section('content')

Edit Payment Settings

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Cancel
@endsection