@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')

groups {{ $title }}

{{----}}
{{ trans('salesteam.salesteam') }} {{ trans('salesteam.invoice_target') }}{{ trans('salesteam.invoice_forecast') }}{{ trans('salesteam.actual_invoice') }} {{ trans('salesteam.commision') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @stop