@extends('layouts.app') @section('layout')
@csrf

{{__('auth.welcome')}}

@include('inc.errors') {{__('auth.forgot_password')}}

{{__('auth.new_here')}} {{__('auth.create_account')}}

@endsection