@extends('_layouts.default')
@section('content')
{{ Lang::choice('messages.report', 2) }}
- {{ link_to_route('reports.today', Lang::get('messages.report_today'), [], ['class' => 'button']) }}
- {{ link_to_route('reports.lastweek', Lang::get('messages.report_last_week'), [], ['class' => 'button']) }}
- {{ link_to_route('reports.lastmonth', Lang::get('messages.report_last_month'), [], ['class' => 'button']) }}
@stop