@extends('admin.layouts.main') @section('title', 'Dashboard') @section('content')

@lang('message.create_user')

@lang('message.users_list')
@csrf
@endsection @section('top_scripts') @endsection