@extends('super_admins.layouts.login') @section('title') Reset Password @endsection @section('content')
    @foreach ($errors->all as $error)
  1. {{ $error }}
  2. @endforeach
@csrf
token }}> @if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@endsection