@extends('layouts.app') @section('title', __('Tools')) @section('sidebar') @include('partials/sidebar_menu_toggle') @include('system/sidebar_menu') @endsection @section('content')
{{ __('Tools') }}
{{ csrf_field() }}
   

  {{ __('Days') }}:   {{ __('Unread') }}   {{ __('All') }}
@if ($output)
{{ $output }}
@endif
@endsection