@extends('layouts.app') @section('title') {{ __('messages.dashboard') }} @endsection @section('content')
@include('flash::message')

{{ __('messages.admin_dashboard.income_overview') }}

{{ __('messages.admin_dashboard.payment_overview') }}

{{ __('messages.admin_dashboard.invoice_overview') }}

{{ Form::hidden('currency', getCurrencySymbol(), ['id' => 'currency']) }} @endsection