@extends('admin.layouts.master') @section('title', __('static.users.add')) @section('content')
@csrf @include('admin.user.fields')
@endsection