@extends('layouts.noheaderlayout') @section('content')

{{ optionByKey('retrive_password') }}

@if (\Session::has('msg'))
  • {!! \Session::get('msg') !!}
@endif
@csrf
@error('password')
{{ $message }}
@enderror
@endsection @push('css-styles') @endpush @push('scripts') @endpush