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