@extends('layouts.auth.default') @section('content')
Login V2

{{__('lang.admin_reset_password_text')}}

{{__('lang.admin_reset_password_text2')}}

@if(Session::has('error')) @endif @if(Session::has('success')) @endif
{!! csrf_field() !!}
@endsection