@extends('layouts.app') @section('title', 'Edit Payment Account') @section('content') @can('edit_payment_accounts')

Edit Payment Account

Back to Payment Accounts
@csrf @method('PUT')
Cancel
@endcan @endsection