@extends('dashboard.layouts.main') @section('title', localize('Create Store')) @section('top-header', localize('New User')) @section('actions') @if (isAdmin()) {{ localize("Users") }} @endif @stop @section('content')
@csrf @include("dashboard.users.form_user_creation")
@stop