@extends('locationAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Change Password @endsection @section('styles') @endsection @section('content')

Change Password

@if ($errors->any())
@endif
@csrf
@endsection @section('scripts') @endsection