@extends('layouts.vertical') @section('css') {{-- --}} @endsection @section('breadcrumb')

Account settings

@endsection @php $is_update = false; if(isset($user) && !empty($user)){ $is_update = true; } @endphp @section('content')
General details
Change password
@endsection @section('script-bottom') @endsection