@extends('layouts.master_user') @section('title') My Account @endsection @section('account') active @endsection @section('content')

Edit Profile

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

Change Password

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