@extends('layouts.parents.master') @section('title') {{studentCommonName(auth()->guard('student')->user()->username).__(' | Change Password ')}} @endsection @section('headerTitle') {{__('Change Password')}} @endsection @section('content')

Change Password

{{ Form::open(['route' => 'student.parent.update-password', 'method' => 'post','id' => 'changePassword','class'=>"form-horizontal",'enctype'=>"multipart/form-data"]) }}
{{ Form::submit('Submit', ['class' => 'btn btn-lg btn-primary']) }}
{{ Form::close() }}
@endsection @push('web-scripts') @endpush