@extends('layouts.admin_default') @section('mytitle', 'My Profile') @section('page', 'My Profile') @section('content')
{{Session::get('current_password')}}
{{$errors->first('new_password')}}