@if (isset($deposit)) @else @if($errors->has('user_id'))
{{ $errors->first('user_id') }}
@endif @endif
@if (isset($deposit)) @else @if ($errors->has('hash'))
{{ $errors->first('hash') }}
@endif @endif
@if (isset($deposit)) @else @if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif @endif

@if ($errors->has('proof_of_transaction'))
{{ $errors->first('proof_of_transaction') }}
@endif
@if (request()->routeIs('admin.deposits.edit') || request()->routeIs('admin.deposits.create'))
@endif