@extends('student.layouts.auth') @section('title', 'Update Password') @section('content') @php if($dataConfigs['brand'] == 'default' || $dataConfigs['brand'] =='dark'){ $logo = $dataConfigs['logo_dark'] ?? is_default()[$dataConfigs['brand']]; } else { $logo = $dataConfigs['logo'] ?? is_default()[$dataConfigs['brand']]; } $favicon = $dataConfigs['favicon'] ?? null; $navBar = $dataConfigs['nav_bar'] ?? null; $brand = $dataConfigs['brand'] ?? null; @endphp