@extends('layouts.guest') @section('title', 'Forgot your password') @section('styles') @parent @endsection @section('content')
@if(Session::has('message'))
@endif @if (session('status')) @endif
@endsection @section('scripts') @parent @endsection