@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
@if($errors->any()) @endif
User Info
@csrf
@if(!empty($userInfo)) @endif
@if(empty($userInfo))
@endif
{{-- @if(!empty($userInfo) && Auth::user()->id == $userInfo->id)--}} @if(!empty($userInfo))
Change Password
@csrf
@endif
@endsection @section('customJs') @endsection @section('documentJquery') ComponentsFormTools.init(); {{-- --}} @endsection