@extends('layouts.user')
@section('title')
{{trans('dashboard.dashboard')}}
@stop
@section('styles')
@stop
@section('content')
{{trans('dashboard.invoices_my_month')}}
{{--
--}}
{{--
--}}
{{--
{{trans('dashboard.contracts_number')}}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{trans('dashboard.opportunities')}}
{{trans('dashboard.sales_progress')}}
@stop
@section('scripts')
@stop