@extends('layouts.admin') @section('page-css') @endsection @section('content') {{ $title }} Dashboard {{ $title }} {{ $sub_title }} @csrf Name User Name Email @if(!isset($edit->id)) Stay On this page after i clicked Save @endif {{isset($edit) ? 'Update' : 'Save'}} Update Password @csrf Current Password New Password Confirm Password {{isset($edit) ? 'Update' : 'Save'}} @endsection @section('page-scripts') @endsection