@extends('Admin.Layout.main_layout') @section('title','Change Password') @section('main_container')

@csrf
@if ($errors->has('oldpassword')) {{ $errors->first('oldpassword')}} @endif
@if ($errors->has('newpassword')) {{ $errors->first('newpassword')}} @endif
@if ($errors->has('confirm_password')) {{ $errors->first('confirm_password')}} @endif
@endsection