@extends('dashboard.layouts.main') @section('title', localize('Profile Update')) @section('top-header', localize('Profile Information')) @section('content')
@csrf @include("dashboard.users.form_user")
@stop