@extends('layout') @section('title') {{ __('translate.Reset Password ||') }} {{ config('app.name') }} @endsection @section('front-content')
@php $currentLang = session()->get('front_lang'); $loginContent = getContent('login_section.content', true); @endphp
@endsection @push('js_section') @endpush