Bảng điều khiển
{{ Breadcrumbs::render('Dashboard') }}
{{--{!! $html !!}--}}
@php
$margin = 60;
$left = $top =0;
@endphp
@foreach($items as $v)
@php
if(count($v)<=1){
$neighbors = $v[0]['next_product_id']?"item".$v[0]['next_product_id']:'';
}else{
$neighbors =[];
foreach ($v as $v2){
$neighbors [] ="item".$v2['next_product_id'];
}
$neighbors = implode(',',$neighbors);
}
$position = $v[0]['position']?explode(',',$v[0]['position']):[];
$left = isset($position[0])?$position[0]:$left;
$top = isset($position[1])?$position[1]:$margin;
@endphp
{{$v[0]['product_id']}}
{{$v[0]['date']}}
@php
$margin += 70;
@endphp
@endforeach
{{--
--}}
{{--4
2019-07-09--}}
{{----}}
{{----}}
{{--
--}}
{{--
--}}
@endsection
@section('style_top')