@extends('layouts.main') @section('title', $data['title']) @section('content')
{{--

Change Password

--}}
@if (Auth::user()->is_changed_password == 0) @endif
@csrf
@if (Auth::user()->is_changed_password == 1)
@endif
@endsection('content') @section('custom-scripts') @endsection