@extends('layouts.app', ['title' => __('User Management')]) @section('content') @include('users.partials.header', ['title' => __('Add User')])

{{ __('User Management') }}

@include('users.partials.inputs')
@include('layouts.footers.auth')
@endsection