@extends('layouts.app') @section('title', 'Reports') @section('header', 'Reports') @section('subheader', 'Attendance, leave, and workforce reporting') @section('content')
@foreach ($reports as $key => $meta)
{{ $meta['title'] }}

{{ $meta['description'] }}

@endforeach
@endsection