@extends('layouts.app') @section('header') @endsection @section('content')
@foreach($cans['data'] as $can)
@foreach($can['data'] as $c)
@if($dev)
{{$c['count']}}
@else
{{$c['count']}}
@endif
@endforeach
@endforeach
@endsection