@extends('breadcrumbs.auth.main') @section('authpage')
@if(session('status'))
{{ session('status') }}
@endif
@csrf
{{__('Back to login')}}
@stop