@extends('layouts.admin_login_layout') @section('content')
{{ csrf_field() }}
@if ($errors->has('new_password')) {{ $errors->first('new_password') }} @endif
@if ($errors->has('confirm_password')) {{ $errors->first('confirm_password') }} @endif
@endsection