@extends('admin.layouts.master') @section('title') @lang('translation.Dashboards') @endsection @section('content') @component('admin.components.breadcrumb') @slot('li_1') Dashboards @endslot @slot('title') Dashboard @endslot @endcomponent
@if($data['dop'] == 0) @endif @foreach($data['withdraws'] as $w) @php $u = \App\User::where('id', $w->user_id)->first(); @endphp @if($data['dop'] == 0) @endif @endforeach
# Пользователь Система Сумма Кошелек ДатаДействия
{{$w->id}} admin == 1) class="text-danger" @endif>{{$u->name}} {{$w->ps}} {{number_format($w->sum, 2, ',', ' ')}} {{$w->wallet}} {{date('d.m.y в H:i:s', strtotime($w->created_at))}}
{{ $data['withdraws']->links() }}
@endsection @section('script') @endsection