@extends('student.layouts.auth') @section('title', 'Forgot Password') @section('content') @php $brand = $dataConfigs['brand'] ?? null; @endphp {{--
Logo

Student Assessment & Exam Portal

Forgot Password.
@csrf @include('common.alert')
images
--}} @php if($dataConfigs['brand'] == 'default' || $dataConfigs['brand'] =='dark'){ $logo = $dataConfigs['logo_dark'] ?? is_default()[$dataConfigs['brand']]; } else { $logo = $dataConfigs['logo'] ?? is_default()[$dataConfigs['brand']]; } @endphp
images
@endsection