@extends('layouts.app') @section('title', __('nav.reports')) @section('content')

{{ __('nav.reports') }}

@foreach(['sales','payments','invoices','lines','available-lines','sold-lines','customers'] as $type)
{{ __('nav.'.$type) }}
@endforeach
{{ __('nav.overdue') }}
{{ __('nav.closings') }}
@endsection