@extends('auth.master') @section('title', trans('auth.forgot.title')) @section('content')
@if (Session::has('msg'))
{{ Session::pull('msg') }}
@endif
@endsection