@extends('backend.admin-master') @section('site-title') {{__('Change Password')}} @endsection @section('content')
@include('backend.partials.message')
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf
@endsection