@extends('web.layouts.container') @section('css') @endsection @section('content')
@csrf()

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

@error('password') {{$message}}@enderror
@endsection @section('inner_js') @endsection