@extends('_layouts.default') @section('content')

{{ Lang::get('messages.report_last_month') }}

{{ $lastmonth }} -> {{ $thismonth }}

@if(count($companies)) @else

{{ Lang::get('messages.stat_no_new') }}

@endif @stop