@extends('admin') @section('content')
@foreach($withdraws as $withdraw)
{{$withdraw['time']}}
ID: {{$withdraw['id']}}
Система: {{$withdraw['system']}}
Кошелёк: {{$withdraw['number']}}
IP: {{$withdraw['ip']}}
Отменить
@endforeach
@endsection