@extends('backend.layouts.main') @section('title') {{ __('Withdrawal method') }} {{ $withdrawal_method->id }} :: {{ __('Delete') }} @endsection @section('content')
@csrf {{ method_field('DELETE') }}
{{ __('Back to all withdrawal methods') }}
@endsection