@extends('library.admin.layouts.admin_design') @section('title') Profile - Grab Infotech @endsection @section('content')

Password Settings

Change Password
@csrf
Current Password*

{{ $errors -> first('correct_password') }}

New Password*
Confirm Password*
@endsection @section('scripts') {{--Check current password--}} @endsection @section('styles') @endsection