@extends('layouts.master') @section('styles') @endsection @section('title') @lang('Invite User') @endsection @section('breadcrumbs') @component('components.breadcrumb', [ 'items' => [ ['url' => '#', 'label' => 'Admin'], ['url' => route('companies.index'), 'label' => 'Companies'], ['url' => route('companies.show', ['company' => $company]), 'label' => $company->name], ['url' => '#', 'label' => __('Invite User')], ] ])@endcomponent @endsection @section('content')
@lang('You can invite a user and give him a role. The user will receive an email with a link to the registration form. Please make sure that the email address provided is correct.')