@extends('layouts.admin') @section('title', 'Edit Payment Method') @section('page-title', 'Edit Payment Method') @section('content')
Back
@csrf @method('PUT')
@endsection