@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
@foreach($data['promo'] as $p) @php $active = \Cache::get('promo.name.'.$p->name.'.active'); $actived = \Cache::get('promo.name.'.$p->name.'.active.count'); $sum = \Cache::get('promo.name.'.$p->name.'.sum'); @endphp @endforeach
# Создатель Название Сумма Активаций Дата Действия
{{$p->id}} {{$p->user_name}} {{$p->name}} {{number_format($sum, 2, ',', ' ')}} {{$actived}} / {{$active}} {{date('d.m.y в H:i:s', strtotime($p->created_at))}}
{{ $data['promo']->links() }}
@endsection @section('script') @endsection