@extends('layouts.app') @section('breadcrumb') @endsection @section('header')

Create New users

@endSection @section('tools') @endSection @section('content')
{{ __('CreateUser') }}
@include('forms.user')
@endSection