@extends('back.layouts.auth_app') @section('title', __('core.reset_password')) @section('content')

{{ __('core.reset_password') }}

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection