@extends('Layouts/dashboard') @section('submenu') @endsection @section('content') @if (isset($error) && $error)

{{ $error }}

@else
@php $i = 0; @endphp @foreach ($reports as $key => $report) @php if (!isset($colors[$i])) { $i = 0; } @endphp @php $i++; @endphp @endforeach
@endif

















@endsection