@extends('layouts.master') @section('styles') @endsection @section('title') @lang('Add User') @endsection @section('breadcrumbs') @component('components.breadcrumb', [ 'items' => [ ['url' => route('profile.index', ['#users']), 'label' => 'Profile'], ], 'title' => __('Add user') ])@endcomponent @endsection @section('content')