@extends('backend.layouts.main') @section('title') {{ __('Withdrawal') }} {{ $withdrawal->id }} :: {{ __('Edit') }} @endsection @section('content')
@csrf @method('PUT')
{{ __('Back to all withdrawals') }}
@endsection