@extends('superadmin.layout.app') @section('title', 'Profile - Edit Profilr') @section('content')

Change Password

{{-- Back --}}
@csrf
{{ $errors->first('oldpassword') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
@endsection @push('footerscript') @endpush