@extends('front.layout') @section('styles') @endsection @section('pagename') - {{ __('Reset Password') }} @endsection @section('meta-description', !empty($seo) ? $seo->forget_password_meta_description : '') @section('meta-keywords', !empty($seo) ? $seo->forget_password_meta_keywords : '') @section('breadcrumb-title') {{ __('Reset Password') }} @endsection @section('breadcrumb-link') {{ __('Reset Password') }} @endsection @section('content')
@if (session('status')) @endif
@endsection