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

groups {{ $title }}

{{ trans('table.id') }} {{ trans('salesteam.salesteam') }} {{ trans('salesteam.main_staff') }} {{ trans('salesteam.invoice_target') }} {{ trans('salesteam.actual_invoice') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @if(isset($type)) @endif @stop