@extends('layouts.vendor.app') @section('title', 'Withdraw') @push('css') @endpush @section('content')

Withdraw

@csrf
@error('amount')
{{ $message }}
@enderror
@error('method')
{{ $message }}
@enderror
@endsection @push('js') @endpush