@extends('layouts.simple.master') @section('title', 'Profile Settings') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Profile Settings

@endsection @section('breadcrumb-items') @endsection @section('content')
@include('layouts.alerts')
@csrf
Profile Settings
@csrf
Change Password
@endsection @section('script') @endsection