@extends('components.main') @section('title')-Forget Password @endsection @section('custom-style') @endsection @section('content')
@if(session()->get('message')) @include('components.responses') @else
@endif
@endsection