@extends('layouts.' . $template_name) @section('own-content')
@lang('auth.forgotpass.reset.title')
@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@stop