@extends('admin.layouts.main') @section('content')

Change Password

@foreach($messageArr as $message) @if(session()->has($message))
{{ session()->get($message) }}
@endif @endforeach

Edit Profile


{{ csrf_field() }}
@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
@if ($errors->has('new_password')) {{ $errors->first('new_password') }} @endif
@stop @section('footer_script') @stop