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