@extends('coaching.layout.master') @section('title') Admisure Coaching | Change Password @endsection @section('content')

Change Password

{{csrf_field()}}
@if(Auth::guard('coaching')->user()->picture == NULL) @else @endif
Verified

{{Auth::guard('coaching')->user()->manager_holder_name}}

Coaching Administrator

The password should be at least 8-20 characters long. To make it stronger, use upper and lower case letters, numbers, and symbols (!"?$%^&)

@endsection @section('scripts') @endsection