@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.quotations')}}
{{trans('dashboard.sales_progress')}}
@stop
@section('scripts')
@stop