@extends('layouts.master') @section('content')
Update Payment Method
@csrf @method('PUT')
@if ($payment_method->QR_code)
Current QR Code
@endif Leave blank if you don't want to change the QR code.
@endsection