@extends('layouts.master_admin') @section('title') Edit User Account @endsection @section('users') active @endsection @section('content')

Edit Profile

@csrf
@if($user->email == 'demo@innoplore.com')
@else
@endif

Change Password

@csrf
@if($user->email == 'demo@innoplore.com')
@else
@endif
@endsection @section('js') @endsection