@extends('layouts.admin') @section('content') @php $login_type = 'admin'; @endphp
Change Password
@if (session('error')) @endif @if (session('success')) @endif
@csrf
@if ($errors->has('current-password'))
{{ $errors->first('current-password') }}
@endif
@if ($errors->has('new-password'))
{{ $errors->first('new-password') }}
@endif
@endsection