@extends('backend.layouts.main') @section('title') {{ __('Withdrawal method') }} {{ $props['method']->id }} :: {{ __('Edit') }} @endsection @section('content')
{{ __('Back to all withdrawal methods') }}
@endsection @push('scripts') @endpush