@extends('core::layouts.master') @section('title') {{ trans_choice('report::general.report',2) }} @endsection @section('content') {{ trans_choice('report::general.report',2) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('report::general.report',2) }} @foreach($data as $keys) @foreach($keys as $key=>$value) @if(!empty($value)) {{$value}} @endif @endforeach @endforeach @endsection @section('scripts') @endsection