@extends('layouts.auth_app') @section('title') Reset password @endsection @section('content') @php $style = 'style=background-image:url('.asset('assets/img/progress-hd.png').')'; @endphp
Logo
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Setup New Password

Already have reset your password ? Sign in here
@endsection