@extends('admin.layouts.master') @section('main-content')

{{ __('withdraw.withdraw') }}

{{ Breadcrumbs::render('withdraw/edit') }}
@csrf @method('PUT')
* @error('user_id')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror
* @error('amount')
{{ $message }}
@enderror
@endsection @section('css') @endsection @section('scripts') @endsection