@extends('frontend.layouts.app') @section('content')
@include('frontend.student.settings.header')
@include('frontend.student.settings.sidebar')
{{__('Update Password')}}
@csrf
@if ($errors->has('old_password')) {{ $errors->first('old_password') }} @endif
@if ($errors->has('new_password')) {{ $errors->first('new_password') }} @endif
@endsection @push('style') @endpush @push('script') @endpush