@extends('back/layouts.app') @section('back_css') @endsection @section('content')
@foreach ($data as $item) @if($item->type == 'site') @elseif($item->type == 'course') @else @endif @endforeach
type title total
{{$item->groupBy}} {{@$item->site->title}} {{$item->total}}
{{$item->groupBy}} {{@$item->course->title}} {{$item->total}}
{{$item->groupBy}} -- {{$item->total}}
@endsection @section('js_pagelevel') @endsection