@extends('_layouts.default') @section('content')
{{ $lastmonth }} -> {{ $thismonth }}
@if(count($companies)){{ $company->user->last_name }} {{ $company->user->first_name }} @ {{ $company->created_at }}
{{ Lang::get('messages.stat_no_new') }}
@endif @stop